how can I include a library as a submodule and use...
# kotlin-native
m
how can I include a library as a submodule and use relative include folders?
o
m
Copy code
konanArtifacts {
    interop('glfw') {
        includeDirs "${System.getProperty("user.dir")}/glfw/include/GLFW"
    }