mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 18:45:10 +01:00
8 lines
186 B
CMake
8 lines
186 B
CMake
include(CMakeFindDependencyMacro)
|
|
find_dependency(PocoFoundation)
|
|
if(@POCO_UNBUNDLED@)
|
|
find_dependency(ZLIB REQUIRED)
|
|
endif()
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/PocoPDFTargets.cmake")
|