From 11edae3fbf770695d1b263712ca4f3a40bdd70e3 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Sun, 3 Apr 2022 18:36:23 -0700 Subject: Changeset: 1 Branch comment: [] Initial commit --- 3rdparty/glfw/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 3rdparty/glfw/CMakeLists.txt (limited to '3rdparty/glfw/CMakeLists.txt') diff --git a/3rdparty/glfw/CMakeLists.txt b/3rdparty/glfw/CMakeLists.txt new file mode 100644 index 0000000..2145769 --- /dev/null +++ b/3rdparty/glfw/CMakeLists.txt @@ -0,0 +1,4 @@ +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) -- cgit v1.2.3-70-g09d2