diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2020-07-08 00:40:42 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2020-07-08 00:40:42 -0300 |
commit | d3589ca8808f184e22c0d8f1bc9afdc99e3b08b1 (patch) | |
tree | 9edbc765eb18b80b6699fb9111e9543ef2a914d0 | |
parent | fa58befffe0c0520f50cf9414c3de9949d8c0eed (diff) | |
download | PSP.git-d3589ca8808f184e22c0d8f1bc9afdc99e3b08b1.tar.gz PSP.git-d3589ca8808f184e22c0d8f1bc9afdc99e3b08b1.tar.xz PSP.git-d3589ca8808f184e22c0d8f1bc9afdc99e3b08b1.zip |
CMakeList update
-rw-r--r-- | CMakeLists.txt | 2 |
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}) |