aboutsummaryrefslogtreecommitdiff
path: root/3rdparty/glfw/CMakeLists.txt
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2022-04-06 20:52:51 -0700
committerrtk0c <[email protected]>2022-04-06 20:52:51 -0700
commitf163e8f37123e651ea80b690793845b31ddb8639 (patch)
treee2c9f14d600f073533c9d01cfb90c4d60938127c /3rdparty/glfw/CMakeLists.txt
parent11edae3fbf770695d1b263712ca4f3a40bdd70e3 (diff)
Changeset: 2 Work on moving infrastruture to this project
Diffstat (limited to '3rdparty/glfw/CMakeLists.txt')
-rw-r--r--3rdparty/glfw/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/3rdparty/glfw/CMakeLists.txt b/3rdparty/glfw/CMakeLists.txt
index 2145769..a9e8c9a 100644
--- a/3rdparty/glfw/CMakeLists.txt
+++ b/3rdparty/glfw/CMakeLists.txt
@@ -2,3 +2,8 @@ set(GLFW_BUILD_DOCS OFF CACHE BOOL "" FORCE)
set(GLFW_BUILD_TESTS OFF CACHE BOOL "" FORCE)
set(GLFW_BUILD_EXAMPLES OFF CACHE BOOL "" FORCE)
add_subdirectory(source)
+
+set_target_properties(glfw
+PROPERTIES
+ UNITY_BUILD OFF
+)