|
@@ -32,7 +32,8 @@ sources = ['Main.cpp',
|
|
'tests/PNGReaderTests.cpp',
|
|
'tests/PNGReaderTests.cpp',
|
|
'wrapper/Texture.cpp',
|
|
'wrapper/Texture.cpp',
|
|
'wrapper/GL.cpp',
|
|
'wrapper/GL.cpp',
|
|
- 'wrapper/GLFW.cpp']
|
|
|
|
|
|
+ 'wrapper/GLFW.cpp',
|
|
|
|
+ 'wrapper/GLEW.cpp', ]
|
|
|
|
|
|
glewDep = dependency('glew')
|
|
glewDep = dependency('glew')
|
|
glfwDep = dependency('glfw3')
|
|
glfwDep = dependency('glfw3')
|