1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-08-07 16:41:48 +02:00
Files
SqMod/vendor/POCO/Util/cmake/PocoUtilConfig.cmake
Sandu Liviu Catalin 233fc103f9 Update POCO library.
2023-03-23 20:19:11 +02:00

10 lines
225 B
CMake

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