Class CMakeResolvedToolchain
java.lang.Object
io.github.tomaki19.gradle.cmake.model.CMakeResolvedName<CMakeResolvedToolchain>
io.github.tomaki19.gradle.cmake.model.CMakeResolvedToolchain
- All Implemented Interfaces:
Comparable<CMakeResolvedToolchain>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.github.tomaki19.gradle.cmake.model.CMakeResolvedName
compareTo, equals, getName, hashCode
-
Constructor Details
-
CMakeResolvedToolchain
-
-
Method Details
-
getOperatingSystem
public org.gradle.internal.os.OperatingSystem getOperatingSystem() -
getGenerator
-
getBuildConfigs
-
getEnvironment
-
getEnvironmentFile
-
getToolchainFile
-
getInterfaceLibraries
-
getStaticLibraries
-
hasInterfaceLibraries
public boolean hasInterfaceLibraries() -
hasBinaryLibraries
public boolean hasBinaryLibraries() -
getApplications
-
hasApplications
public boolean hasApplications() -
getTests
-
hasTests
public boolean hasTests() -
hasBinaries
public boolean hasBinaries()
-