|
@@ -31,7 +31,7 @@ src = [
|
|
'utils/Size.cpp',
|
|
'utils/Size.cpp',
|
|
'wrapper/GL.cpp',
|
|
'wrapper/GL.cpp',
|
|
'lodepng/lodepng.cpp',
|
|
'lodepng/lodepng.cpp',
|
|
- 'glew/glew.c'
|
|
|
|
|
|
+ 'GL/glew.c'
|
|
]
|
|
]
|
|
|
|
|
|
src_tests = [
|
|
src_tests = [
|
|
@@ -80,7 +80,7 @@ glu_dep = compiler.find_library('glu32', required: false)
|
|
dl_dep = compiler.find_library('dl', required: false)
|
|
dl_dep = compiler.find_library('dl', required: false)
|
|
glu_dep = compiler.find_library('GLU', required: false)
|
|
glu_dep = compiler.find_library('GLU', required: false)
|
|
|
|
|
|
-libgamingcore_include = include_directories('.')
|
|
|
|
|
|
+libgamingcore_include = include_directories('.', 'subprojects/glfw/include')
|
|
|
|
|
|
libgamingcore = static_library('gamingcore',
|
|
libgamingcore = static_library('gamingcore',
|
|
sources: src,
|
|
sources: src,
|