CMake changes

This commit is contained in:
Georg Hagen
2024-05-22 13:54:22 +02:00
parent cdab347bda
commit 640ca59dcd
5 changed files with 24 additions and 48 deletions

View File

@@ -13,4 +13,5 @@ FetchContent_Declare(
)
set(GLFW_BUILD_EXAMPLES OFF CACHE BOOL "" FORCE)
set(GLFW_BUILD_TESTS OFF CACHE BOOL "" FORCE)
FetchContent_MakeAvailable(glfw)
FetchContent_MakeAvailable(glfw)
set(glfw_FOUND ON PARENT_SCOPE)