From f49c4292cc01006d77dd45febf5b8f01f18c7d75 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Wed, 8 Jul 2020 12:29:38 -0300 Subject: CMAKE GLM folder fix --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 99ba4cb..274336f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,7 +39,7 @@ file(GLOB PSP_SRC "Project/fparser/fparser.cc" "Project/fparser/fpoptimizer.cc" "Project/wxMathPlot/*.cpp" - "Project/vendor/glm/*.hpp" + "Project/glm/*.hpp" "Project/glm/detail/*.hpp" "Project/glm/detail/*.inl" "Project/glm/ext/*.hpp" -- cgit