mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-02 06:35:05 +01: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")
|