Files
cpp-project-template/third_party/prometheus/pull/tests/unit/CMakeLists.txt

16 lines
233 B
CMake
Raw Normal View History

2025-08-22 18:22:57 +08:00
add_executable(prometheus_pull_test
exposer_test.cc
)
target_link_libraries(prometheus_pull_test
PRIVATE
${PROJECT_NAME}::pull
GTest::gmock_main
)
add_test(
NAME prometheus_pull_test
COMMAND prometheus_pull_test
)