mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-25 12:03:32 +01: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")
|