Package org.gradle.nativeplatform
Interface PreprocessingTool
- All Superinterfaces:
- Tool
A tool that permits configuration of the C preprocessor.
- 
Method SummaryModifier and TypeMethodDescriptionvoidDefines a named preprocessor macros to use when compiling this binary.voidDefines a named preprocessor macro with a value, which will be used when compiling this binary.The set of preprocessor macros to define when compiling this binary.
- 
Method Details- 
getMacrosThe set of preprocessor macros to define when compiling this binary.
- 
defineDefines a named preprocessor macros to use when compiling this binary. The macro will be supplied to the compiler as '-D name'.
- 
defineDefines a named preprocessor macro with a value, which will be used when compiling this binary. The macro will be supplied to the compiler as '-D name=definition'.
 
-