Package org.gradle.nativeplatform
Interface NativeDependencySet
Models a collection of native type dependencies.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the header file directories to use at compile time.Returns the files to use at link time.Returns the files to use at runtime.
-
Method Details
-
getIncludeRoots
FileCollection getIncludeRoots()Returns the header file directories to use at compile time. -
getLinkFiles
FileCollection getLinkFiles()Returns the files to use at link time. -
getRuntimeFiles
FileCollection getRuntimeFiles()Returns the files to use at runtime.
-