mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-10-28 12:39:52 +00:00
4 lines
115 B
CMake
4 lines
115 B
CMake
include(CMakeFindDependencyMacro)
|
|
find_dependency(Threads)
|
|
include("${CMAKE_CURRENT_LIST_DIR}/glfw3Targets.cmake")
|