From 1c0cc775732201f4c4d3ee0d6772be786b3b4aa1 Mon Sep 17 00:00:00 2001 From: Uneven Prankster Date: Sun, 15 Oct 2023 21:28:29 -0300 Subject: A lot has certainly happened! --- raylib/src/external/glfw/CMake/glfw3Config.cmake.in | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 raylib/src/external/glfw/CMake/glfw3Config.cmake.in (limited to 'raylib/src/external/glfw/CMake/glfw3Config.cmake.in') diff --git a/raylib/src/external/glfw/CMake/glfw3Config.cmake.in b/raylib/src/external/glfw/CMake/glfw3Config.cmake.in new file mode 100644 index 0000000..4a13a88 --- /dev/null +++ b/raylib/src/external/glfw/CMake/glfw3Config.cmake.in @@ -0,0 +1,3 @@ +include(CMakeFindDependencyMacro) +find_dependency(Threads) +include("${CMAKE_CURRENT_LIST_DIR}/glfw3Targets.cmake") -- cgit v1.2.3