elect
12/01/2018, 9:52 PMcinterop
is fine, but when it's time to build:msink
12/01/2018, 10:34 PMundefined symbol: glfwInit
and so on - there linker cannot find libglfw.so
, so adding -lglfw
to LINKER_ARGS_linux
should fix.
And similar for other link errors.elect
12/01/2018, 10:58 PM