mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 05:53:22 +08:00
9 lines
215 B
CMake
9 lines
215 B
CMake
|
include(CMakeFindDependencyMacro)
|
||
|
if(WIN32)
|
||
|
find_dependency(libuv CONFIG)
|
||
|
endif()
|
||
|
if("@WITH_OPENSSL@")
|
||
|
find_dependency(OpenSSL)
|
||
|
endif()
|
||
|
include("${CMAKE_CURRENT_LIST_DIR}/unofficial-usockets-targets.cmake")
|