IncludeDirectories

A collection of directories to look for headers.

Functions

Link copied to clipboard
abstract fun allHeaders(includeDirs: Collection<Any>)
abstract fun allHeaders(vararg includeDirs: Any)

A collection of directories to search for headers. It's the equivalent of the -I<path> compiler option.

Link copied to clipboard
abstract fun headerFilterOnly(includeDirs: Collection<Any>)
abstract fun headerFilterOnly(vararg includeDirs: Any)

Additional directories to search for headers listed in the headers property in the .def file. It's equivalent to the -headerFilterAdditionalSearchPrefix cinterop tool option.