mirror of
https://github.com/glfw/glfw.git
synced 2026-09-17 22:32:50 +00:00
781fbbadb0
This fixes a missing dependency error when the imported GLFW target is a static library. Thanks to @mosra for reporting the bug.
4 lines
115 B
CMake
4 lines
115 B
CMake
include(CMakeFindDependencyMacro)
|
|
find_dependency(Threads)
|
|
include("${CMAKE_CURRENT_LIST_DIR}/glfw3Targets.cmake")
|