1
0
mirror of https://github.com/pocoproject/poco.git synced 2025-04-02 01:41:05 +02:00
poco/Prometheus/cmake/PocoPrometheusConfig.cmake
2022-05-17 08:18:54 +02:00

5 lines
156 B
CMake

include(CMakeFindDependencyMacro)
find_dependency(PocoFoundation)
find_dependency(PocoNet)
include("${CMAKE_CURRENT_LIST_DIR}/PocoPrometheusTargets.cmake")