Package org.gradle.nativeplatform
Interface PreprocessingTool
-
- All Superinterfaces:
Tool
@Incubating public interface PreprocessingTool extends Tool
A tool that permits configuration of the C preprocessor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddefine(String name)Defines a named preprocessor macros to use when compiling this binary.voiddefine(String name, String definition)Defines a named preprocessor macro with a value, which will be used when compiling this binary.Map<String,String>getMacros()The set of preprocessor macros to define when compiling this binary.
-