mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-01 09:24:55 +02: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") |