summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2020-07-08 01:55:46 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2020-07-08 01:55:46 -0300
commitae765504642759ba4addbf91d62f167ba5f063a3 (patch)
treeffa7e4e314410f818075c6824a34f5ada26f9a90
parent0244f11b1b9f301bda9e4c034a2b216f2cb411b6 (diff)
downloadPSP.git-ae765504642759ba4addbf91d62f167ba5f063a3.tar.gz
PSP.git-ae765504642759ba4addbf91d62f167ba5f063a3.tar.xz
PSP.git-ae765504642759ba4addbf91d62f167ba5f063a3.zip
vendor directory included
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7d8f4d6..743d569 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,7 +17,7 @@ find_package(OpenGL REQUIRED)
find_package(GLUT REQUIRED)
find_package(glfw3 3.1 REQUIRED)
include(${wxWidgets_USE_FILE})
-include_directories( ${OPENGL_INCLUDE_DIRS} ${GLUT_INCLUDE_DIRS} ${CMAKE_SOURCE_DIR}/Project/vendor)
+include_directories( ${OPENGL_INCLUDE_DIRS} ${GLUT_INCLUDE_DIRS} ${CMAKE_SOURCE_DIR}/Project/vendor/)
add_definitions(${OpenGL_DEFINITIONS})
add_definitions(${GLUT_DEFINITIONS})