IncludeDirectories

A collection of directories to look for headers.

Functions

Link copied to clipboard
abstract fun allHeaders(vararg includeDirs: Any)
abstract fun allHeaders(includeDirs: Collection<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(vararg includeDirs: Any)
abstract fun headerFilterOnly(includeDirs: Collection<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.