Changes for upcoming GSL extension project #148

Merged
CommanderTvis merged 98 commits from gsl-experiment into dev 2021-02-19 13:34:27 +03:00
Showing only changes of commit 3c069398a2 - Show all commits

View File

@ -20,7 +20,7 @@ kotlin {
val main by nativeTarget.compilations.getting { val main by nativeTarget.compilations.getting {
cinterops { cinterops {
val libgsl by creating { includeDirs { headerFilterOnly("/usr/include/") } } val libgsl by creating { includeDirs { headerFilterOnly("/usr/include/", "/usr/local/") } }
} }
} }