mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-09 03:08: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)
|