1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 16:57:16 +01:00
SqMod/vendor/POCO/Prometheus/samples/MetricsSample/CMakeLists.txt

3 lines
134 B
CMake
Raw Normal View History

2023-03-23 19:19:11 +01:00
add_executable(MetricsSample src/MetricsSample.cpp)
target_link_libraries(MetricsSample PUBLIC Poco::Prometheus Poco::Util Poco::Net)