mirror of
https://github.com/gwm17/glfw.git
synced 2025-02-07 06:38:50 -05:00
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")
|