1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-01-19 03:57:14 +01:00
2023-03-23 20:19:11 +02:00

3 lines
134 B
CMake

add_executable(MetricsSample src/MetricsSample.cpp)
target_link_libraries(MetricsSample PUBLIC Poco::Prometheus Poco::Util Poco::Net)