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")