how should I put the relative path in headers(in windows.def file)? my directory structure is Intellligence/src/nativeInterop/cinterop/windows.def
my build.gradle is in Intelligence/build.gradle
a
Artyom Degtyarev [JB]
06/19/2020, 1:11 PM
I think setting
includeDirs
parameter of your cinterop would help. See here how it can be done.