Package dev.nokee.language.cpp.tasks
Interface CppCompile.Options
- Enclosing class:
- CppCompile
public static interface CppCompile.Options
Compile options for C++ compilation.
-
Method Summary
Modifier and TypeMethodDescriptionorg.gradle.api.provider.ListProperty<String>Additional arguments to provide to the compiler.
-
Method Details
-
getCompilerArgs
org.gradle.api.provider.ListProperty<String> getCompilerArgs()Additional arguments to provide to the compiler.- Returns:
- a property to configure the additional arguments
-