api / org.gradle.nativeplatform / NativeDependencySet

NativeDependencySet

@Incubating interface NativeDependencySet

Models a collection of native type dependencies.

Functions

getIncludeRoots

abstract fun getIncludeRoots(): FileCollection

Returns the header file directories to use at compile time.

getLinkFiles

abstract fun getLinkFiles(): FileCollection

Returns the files to use at link time.

getRuntimeFiles

abstract fun getRuntimeFiles(): FileCollection

Returns the files to use at runtime.