vcpkg/ports/glib/cmake/unofficial-glib-config.in.cmake
Rodrigo Hernandez Cordoba db9e1af47b [gdk-pixbuf] Fix Linux compilation. (#6663)
* [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.
2019-06-06 11:54:15 -07:00

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")