Package org.gradle.nativeplatform
Interface NativeDependencySet
Models a collection of native type dependencies.
- 
Method SummaryModifier 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- 
getIncludeRootsFileCollection getIncludeRoots()Returns the header file directories to use at compile time.
- 
getLinkFilesFileCollection getLinkFiles()Returns the files to use at link time.
- 
getRuntimeFilesFileCollection getRuntimeFiles()Returns the files to use at runtime.
 
-