Class CMakeResolver
java.lang.Object
io.github.tomaki19.gradle.cmake.model.CMakeResolver
-
Constructor Summary
ConstructorsConstructorDescriptionCMakeResolver(org.gradle.api.Project project, Set<CMakePackage> packages, Set<CMakeToolchain> toolchains) -
Method Summary
Modifier and TypeMethodDescriptionprocess(Set<CMakeLibrary> libraries, Set<CMakeApplication> applications, Set<CMakeTest> tests)
-
Constructor Details
-
CMakeResolver
public CMakeResolver(org.gradle.api.Project project, Set<CMakePackage> packages, Set<CMakeToolchain> toolchains)
-
-
Method Details
-
process
public Collection<CMakeResolvedToolchain> process(Set<CMakeLibrary> libraries, Set<CMakeApplication> applications, Set<CMakeTest> tests)
-