GrabBag/SDK/poco/Arm/aarch64/lib/cmake/Poco/PocoUtilConfig.cmake

10 lines
208 B
CMake
Raw Normal View History

2026-07-11 15:55:22 +08:00
include(CMakeFindDependencyMacro)
find_dependency(PocoFoundation)
if(ON)
find_dependency(PocoXML)
endif()
if(ON)
find_dependency(PocoJSON)
endif()
include("${CMAKE_CURRENT_LIST_DIR}/PocoUtilTargets.cmake")