GrabBag/SDK/poco/Windows/cmake/PocoUtilConfig.cmake
2026-07-11 15:55:22 +08:00

10 lines
208 B
CMake

include(CMakeFindDependencyMacro)
find_dependency(PocoFoundation)
if(ON)
find_dependency(PocoXML)
endif()
if(ON)
find_dependency(PocoJSON)
endif()
include("${CMAKE_CURRENT_LIST_DIR}/PocoUtilTargets.cmake")