Class CMakeApplication
java.lang.Object
io.github.tomaki19.gradle.cmake.extension.api.CMakeNamedObject
io.github.tomaki19.gradle.cmake.extension.api.CMakeBinary
io.github.tomaki19.gradle.cmake.extension.api.CMakeApplication
- All Implemented Interfaces:
CMakeApplications,Comparable<CMakeNamedObject>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondefault voidcompiling(org.gradle.api.Action<CMakeExecutableCompiling> action) org.gradle.api.provider.Property<Boolean> default voidlinking(org.gradle.api.Action<CMakeExecutableLinking> action) Methods inherited from class io.github.tomaki19.gradle.cmake.extension.api.CMakeBinary
getHeaders, getOutputName, getSources, getToolchains, headers, sources, toolchains, toolchainsMethods inherited from class io.github.tomaki19.gradle.cmake.extension.api.CMakeNamedObject
compareTo, equals, getName, hashCode
-
Constructor Details
-
CMakeApplication
@Inject public CMakeApplication(org.gradle.api.model.ObjectFactory objectFactory)
-
-
Method Details
-
getStripDebug
org.gradle.api.provider.Property<Boolean> getStripDebug() -
getCompiling
CMakeExecutableCompiling getCompiling() -
compiling
-
getLinking
CMakeExecutableLinking getLinking() -
linking
-