From ab9be7828418eb06767a4967bd641fd0c66e41b7 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Wed, 8 Jul 2020 15:38:29 -0300 Subject: Including some external libs header --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') 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}) -- cgit