summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2019-10-16 00:38:34 -0300
committerGitHub <noreply@github.com>2019-10-16 00:38:34 -0300
commitb7573071c720e9a44335218f5163e9fb68ad6d6e (patch)
treea46308800bf6002c01b5ed059c95f8eae6ecf958
parent4bf7db0a907a6215d59bcc3f4958e45d98fc97f8 (diff)
downloadPSP.git-b7573071c720e9a44335218f5163e9fb68ad6d6e.tar.gz
PSP.git-b7573071c720e9a44335218f5163e9fb68ad6d6e.tar.xz
PSP.git-b7573071c720e9a44335218f5163e9fb68ad6d6e.zip
Update CMakeLists.txt
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 231f31e..2d622ca 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,6 +17,8 @@ find_package(OpenGL REQUIRED)
find_package(GLUT REQUIRED)
include(${wxWidgets_USE_FILE})
include_directories( ${OPENGL_INCLUDE_DIRS} ${GLUT_INCLUDE_DIRS} )
+add_definitions(${OpenGL_DEFINITIONS})
+add_definitions(${GLUT_DEFINITIONS})
message(STATUS "CMAKE_BUILD_TYPE:${CMAKE_BUILD_TYPE}")
message(STATUS "wxWidgets_INCLUDE_DIRS : ${wxWidgets_INCLUDE_DIRS}")