mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-04 23:28:24 -05:00
8 lines
198 B
CMake
8 lines
198 B
CMake
|
|
||
|
if("@VCPKG_LIBRARY_LINKAGE@" STREQUAL "static")
|
||
|
include(CMakeFindDependencyMacro)
|
||
|
find_dependency(Threads)
|
||
|
endif()
|
||
|
|
||
|
include(${CMAKE_CURRENT_LIST_DIR}/unofficial-libuv-targets.cmake)
|