mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-26 10:21:08 +01:00
6 lines
223 B
CMake
6 lines
223 B
CMake
|
include(CMakeFindDependencyMacro)
|
||
|
set(CMAKE_PREFIX_PATH ${CMAKE_CURRENT_LIST_DIR})
|
||
|
find_dependency(PocoFoundation)
|
||
|
find_dependency(PocoUtil)
|
||
|
find_dependency(PocoXML)
|
||
|
include("${CMAKE_CURRENT_LIST_DIR}/PocoZipTargets.cmake")
|