Mananpoddarm
06/19/2020, 12:50 PMheaders = cinterop/c_interop/native/native.h
linkerOpts.mingw = -Lwindows_x86_64/native.lib
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.gradleArtyom Degtyarev [JB]
06/19/2020, 1:11 PMincludeDirs
parameter of your cinterop would help. See here how it can be done.Mananpoddarm
06/19/2020, 1:44 PM