mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-24 11:37:12 +01:00
8 lines
212 B
CMake
8 lines
212 B
CMake
![]() |
|
||
|
if("@VCPKG_LIBRARY_LINKAGE@" STREQUAL "static" AND NOT WIN32)
|
||
|
include(CMakeFindDependencyMacro)
|
||
|
find_dependency(Threads)
|
||
|
endif()
|
||
|
|
||
|
include(${CMAKE_CURRENT_LIST_DIR}/unofficial-libuv-targets.cmake)
|