mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-05-06 10:47:20 +02:00
5 lines
156 B
CMake
5 lines
156 B
CMake
include(CMakeFindDependencyMacro)
|
|
find_dependency(PocoFoundation)
|
|
find_dependency(PocoNet)
|
|
include("${CMAKE_CURRENT_LIST_DIR}/PocoPrometheusTargets.cmake")
|