mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 09:31:08 +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")
|