mirror of
https://github.com/pocoproject/poco.git
synced 2026-01-01 07:53:31 +01:00
3 lines
134 B
CMake
3 lines
134 B
CMake
add_executable(MetricsSample src/MetricsSample.cpp)
|
|
target_link_libraries(MetricsSample PUBLIC Poco::Prometheus Poco::Util Poco::Net)
|