vcpkg/ports/libuv/unofficial-libuv-config.in.cmake
ivysnow ac1bed33ad [libuv] fix for cmake target (#4803)
* [libuv] fix for cmake target

* [libuv] rename target to unofficial-libuv
2018-12-17 16:25:55 -08:00

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)