Interface CMakeApplications
- All Known Implementing Classes:
CMakeApplication
public interface CMakeApplications
-
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)
-
Method Details
-
getStripDebug
org.gradle.api.provider.Property<Boolean> getStripDebug() -
getCompiling
CMakeExecutableCompiling getCompiling() -
compiling
-
getLinking
CMakeExecutableLinking getLinking() -
linking
-