From 5a5a0a88b010892f678a01bd39156d346bc5e3f0 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Wed, 13 Mar 2019 09:44:10 +0100 Subject: [PATCH] Allow to browse GLM source --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index af60b135..ceccb1e1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -237,6 +237,7 @@ endif() include_directories("${PROJECT_SOURCE_DIR}") +add_subdirectory(glm) add_subdirectory(test) set(GLM_INSTALL_CONFIGDIR "${CMAKE_INSTALL_LIBDIR}/cmake/glm")