Class CMakeResolvedLibrary
java.lang.Object
io.github.tomaki19.gradle.cmake.model.CMakeResolvedName<CMakeResolvedLibrary>
io.github.tomaki19.gradle.cmake.model.CMakeResolvedBinary<CMakeResolvedLibrary>
io.github.tomaki19.gradle.cmake.model.CMakeResolvedLibrary
- All Implemented Interfaces:
Comparable<CMakeResolvedLibrary>
-
Constructor Summary
ConstructorsConstructorDescriptionCMakeResolvedLibrary(CMakeLibrary library, CMakeLinkVariant linkVariant, boolean stripDebug) -
Method Summary
Methods inherited from class io.github.tomaki19.gradle.cmake.model.CMakeResolvedBinary
addPrivateCompileDefinitions, addPrivateCompileOptions, addPrivateLinkOption, addPrivatePackageDependency, addPrivateProjectDependency, addPublicCompileDefinitions, addPublicCompileOptions, addPublicLinkOption, addPublicPackageDependency, addPublicProjectDependency, getAllPackageDependencies, getAllProjectDependencies, getHeaders, getOutputName, getPrivateCompileDefinitions, getPrivateCompileOptions, getPrivateLinkOptions, getPrivatePackageDependencies, getPrivateProjectDependencies, getPublicCompileDefinitions, getPublicCompileOptions, getPublicLinkOptions, getPublicPackageDependencies, getPublicProjectDependencies, getSources, isStripDebugMethods inherited from class io.github.tomaki19.gradle.cmake.model.CMakeResolvedName
compareTo, getName
-
Constructor Details
-
CMakeResolvedLibrary
-
-
Method Details
-
getLinkVariant
-
hashCode
public int hashCode()- Overrides:
hashCodein classCMakeResolvedName<CMakeResolvedLibrary>
-
equals
- Overrides:
equalsin classCMakeResolvedName<CMakeResolvedLibrary>
-