elect
12/01/2018, 12:36 PMelect@elect-NUC8i5BEK:~/CLionProjects/kotlin-native-opengl-tutorial$ ls /usr/include/GL/
glcorearb.h glext.h gl_mangle.h glu_mangle.h glxext.h glxint.h glxmd.h glxtokens.h wglew.h
glew.h gl.h glu.h glxew.h glx.h glx_mangle.h glxproto.h internal/
msink
12/01/2018, 12:45 PMGL/glew.h
But if you added compilerOpts.linux = -I/usr/include
to cglew.def - it should be available. Maybe you installed from different user account?elect
12/01/2018, 12:46 PMcompilerOpts.linux = -I/usr/include -I/usr/local/include
in cglfw.def
instead cglew.def