summaryrefslogtreecommitdiffstats
path: root/External
diff options
context:
space:
mode:
Diffstat (limited to 'External')
-rw-r--r--External/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/External/CMakeLists.txt b/External/CMakeLists.txt
index 55616bd8..e78c714a 100644
--- a/External/CMakeLists.txt
+++ b/External/CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.6)
-if(PLATFORM_WIN32 OR PLATFORM_LINUX)
+if(PLATFORM_WIN32 OR PLATFORM_LINUX OR PLATFORM_MACOS)
add_subdirectory(glew)
endif()