mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 07:39:04 +08:00
db9e1af47b
* [gdk-pixbuf] Fix Linux compilation. Unlike #6625 this version contains the minimal changes required to keep other dependencies as untouched as possible. * [gdk-pixbuf] Bumping CONTROL versions * [libcroco] Added copy pdbs to portfile. * [libcroco] Fix missing unoficial-libcroco-targets-debug.cmake... ... file from installation.
8 lines
194 B
CMake
8 lines
194 B
CMake
include(CMakeFindDependencyMacro)
|
|
find_dependency(unofficial-iconv)
|
|
if(NOT WIN32)
|
|
find_dependency(Threads)
|
|
endif()
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/unofficial-glib-targets.cmake")
|