mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 17:39:01 +08:00
8 lines
236 B
CMake
8 lines
236 B
CMake
|
if("@VCPKG_LIBRARY_LINKAGE@" STREQUAL "static")
|
||
|
include(CMakeFindDependencyMacro)
|
||
|
find_dependency(Threads)
|
||
|
find_dependency(unofficial-iconv)
|
||
|
endif()
|
||
|
|
||
|
include("${CMAKE_CURRENT_LIST_DIR}/unofficial-glib-targets.cmake")
|