Class CMakeTest
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.CMakeTest
- All Implemented Interfaces:
CMakeTests,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, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.github.tomaki19.gradle.cmake.extension.api.CMakeTests
getTestResultsXmlOutput
-
Constructor Details
-
CMakeTest
@Inject public CMakeTest(org.gradle.api.model.ObjectFactory objectFactory)
-
-
Method Details
-
getStripDebug
org.gradle.api.provider.Property<Boolean> getStripDebug() -
getCompiling
CMakeExecutableCompiling getCompiling() -
compiling
-
getLinking
CMakeExecutableLinking getLinking() -
linking
-