mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-01 09:24:55 +02:00
6 lines
224 B
CMake
6 lines
224 B
CMake
include(CMakeFindDependencyMacro)
|
|
set(CMAKE_PREFIX_PATH ${CMAKE_CURRENT_LIST_DIR})
|
|
find_dependency(PocoFoundation)
|
|
find_dependency(PocoXML)
|
|
find_dependency(PocoJSON)
|
|
include("${CMAKE_CURRENT_LIST_DIR}/PocoUtilTargets.cmake") |