summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2020-07-08 00:40:42 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2020-07-08 00:40:42 -0300
commitd3589ca8808f184e22c0d8f1bc9afdc99e3b08b1 (patch)
tree9edbc765eb18b80b6699fb9111e9543ef2a914d0
parentfa58befffe0c0520f50cf9414c3de9949d8c0eed (diff)
downloadPSP.git-d3589ca8808f184e22c0d8f1bc9afdc99e3b08b1.tar.gz
PSP.git-d3589ca8808f184e22c0d8f1bc9afdc99e3b08b1.tar.xz
PSP.git-d3589ca8808f184e22c0d8f1bc9afdc99e3b08b1.zip
CMakeList update
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f817335..076d336 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -16,7 +16,7 @@ find_package(wxWidgets REQUIRED COMPONENTS net core base std adv ribbon aui prop
find_package(OpenGL REQUIRED)
find_package(GLUT REQUIRED)
include(${wxWidgets_USE_FILE})
-include_directories( ${OPENGL_INCLUDE_DIRS} ${GLUT_INCLUDE_DIRS} )
+include_directories( ${OPENGL_INCLUDE_DIRS} ${GLUT_INCLUDE_DIRS} vendor)
add_definitions(${OpenGL_DEFINITIONS})
add_definitions(${GLUT_DEFINITIONS})