summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2020-07-08 15:57:58 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2020-07-08 15:57:58 -0300
commite5ccebaf77c3f33cebdf2bf16ca5be83f19fe817 (patch)
treef0c65e19470a88347c866acb3b4979f67b2af4be
parentab9be7828418eb06767a4967bd641fd0c66e41b7 (diff)
downloadPSP.git-e5ccebaf77c3f33cebdf2bf16ca5be83f19fe817.tar.gz
PSP.git-e5ccebaf77c3f33cebdf2bf16ca5be83f19fe817.tar.xz
PSP.git-e5ccebaf77c3f33cebdf2bf16ca5be83f19fe817.zip
CMake update
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9ed4da0..5f1456a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -20,6 +20,8 @@ include(${wxWidgets_USE_FILE})
include_directories( ${OPENGL_INCLUDE_DIRS} ${GLUT_INCLUDE_DIRS} ${GLEW_INCLUDE_DIRS} ${GLFW_INCLUDE_DIRS})
add_definitions(${OpenGL_DEFINITIONS})
add_definitions(${GLUT_DEFINITIONS})
+add_definitions(${GLFW_DEFINITIONS})
+add_definitions(${GLEW_DEFINITIONS})
message(STATUS "CMAKE_BUILD_TYPE:${CMAKE_BUILD_TYPE}")
message(STATUS "wxWidgets_INCLUDE_DIRS : ${wxWidgets_INCLUDE_DIRS}")