From 4d6c9b4a00e03e3d65619f57518996ffb413ffbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anselme=20Fran=C3=A7ois?= Date: Mon, 7 Sep 2015 17:31:38 +0200 Subject: [PATCH] improved cmake --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 32113fc..e7de0b8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,9 +43,9 @@ include_directories( ${INCLUDE_ROOT} ) -find_library(GLM_LIBRARY +find_library(GLEW_LIBRARY NAMES - glm + GLEW PATHS ${LIB_ROOT} )