diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2020-07-08 15:38:29 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2020-07-08 15:38:29 -0300 |
commit | ab9be7828418eb06767a4967bd641fd0c66e41b7 (patch) | |
tree | 83c871aaaf811800ecb6e981d1f88a16627e0bdc /CMakeLists.txt | |
parent | d810272bf506f665096b0b70a96cd20afcbbd90f (diff) | |
download | PSP.git-ab9be7828418eb06767a4967bd641fd0c66e41b7.tar.gz PSP.git-ab9be7828418eb06767a4967bd641fd0c66e41b7.tar.xz PSP.git-ab9be7828418eb06767a4967bd641fd0c66e41b7.zip |
Including some external libs header
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 26e12a8..9ed4da0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -51,6 +51,8 @@ file(GLOB PSP_SRC "Project/glm/gtx/*.hpp" "Project/glm/gtx/*.inl" "Project/glm/simd/*.h" + "ExtLibs/GLEW/include/GL/*.h" + "ExtLibs/GLFW/include/GLFW/*.h" ) add_executable(${PROJECT_NAME} WIN32 ${PSP_SRC}) |