Class CMakeLibrary
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.CMakeLibrary
- All Implemented Interfaces:
CMakeLibraries,Comparable<CMakeNamedObject>
-
Field Summary
Fields inherited from interface io.github.tomaki19.gradle.cmake.extension.api.CMakeLibraries
SHARED, STATIC -
Constructor Summary
Constructors -
Method Summary
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.CMakeLibraries
buildVariants, compiling, getBuildVariants, getCompiling, getLinking, linking
-
Constructor Details
-
CMakeLibrary
@Inject public CMakeLibrary(org.gradle.api.model.ObjectFactory objectFactory)
-
-
Method Details
-
getStripDebug
org.gradle.api.provider.Property<Boolean> getStripDebug()
-