CCompile
API Documentation: CCompile
Compiles C source files into object files.
Properties
Property | Description |
---|---|
Additional arguments to provide to the compiler. It act as an escape hatch to the current model. Please open an issue on https://github.com/nokeedev/gradle-native with your reason for using this hatch so we can improve the model.Additional arguments to provide to the compiler. It act as an escape hatch to the current model. Please open an issue on https://github.com/nokeedev/gradle-native with your reason for using this hatch so we can improve the model. |
|
The header search paths used during the compilation. |
|
The tool chain used for the compilation. |
Methods
No methods.
Property Details
ListProperty<String> compilerArgs
Additional arguments to provide to the compiler.
It act as an escape hatch to the current model. Please open an issue on https://github.com/nokeedev/gradle-native with your reason for using this hatch so we can improve the model.
Provider<Set<HeaderSearchPath>> headerSearchPaths (read-only)
The header search paths used during the compilation.
Provider<? extends NativeToolChain> toolChain (read-only)
The tool chain used for the compilation.