mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 09:59:07 +08:00
7 lines
202 B
CMake
7 lines
202 B
CMake
|
if("@VCPKG_LIBRARY_LINKAGE@" STREQUAL "static" AND NOT WIN32)
|
||
|
include(CMakeFindDependencyMacro)
|
||
|
find_dependency(Threads)
|
||
|
endif()
|
||
|
|
||
|
include("${CMAKE_CURRENT_LIST_DIR}/unofficial-libargon2.cmake")
|