mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 16:59: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")
|