aboutsummaryrefslogtreecommitdiff
path: root/3rdparty/glm/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/glm/CMakeLists.txt')
-rw-r--r--3rdparty/glm/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/3rdparty/glm/CMakeLists.txt b/3rdparty/glm/CMakeLists.txt
new file mode 100644
index 0000000..4ba97e3
--- /dev/null
+++ b/3rdparty/glm/CMakeLists.txt
@@ -0,0 +1,6 @@
+add_subdirectory(source)
+
+set_target_properties(glm
+PROPERTIES
+ UNITY_BUILD OFF
+)