2014-10-09 13:42:51 +02:00
|
|
|
include(CMakeFindDependencyMacro)
|
|
|
|
find_dependency(PocoFoundation)
|
2019-04-22 23:47:11 +02:00
|
|
|
if(@POCO_UNBUNDLED@)
|
|
|
|
find_dependency(ZLIB REQUIRED)
|
|
|
|
endif()
|
|
|
|
|
2015-02-04 04:35:23 +01:00
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/PocoPDFTargets.cmake")
|