From f163e8f37123e651ea80b690793845b31ddb8639 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Wed, 6 Apr 2022 20:52:51 -0700 Subject: Changeset: 2 Work on moving infrastruture to this project --- 3rdparty/glm/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 3rdparty/glm/CMakeLists.txt (limited to '3rdparty/glm/CMakeLists.txt') 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 +) -- cgit v1.2.3-70-g09d2