Files
cpp-project-template/third_party/prometheus/push/tests/integration/CMakeLists.txt

11 lines
157 B
CMake
Raw Normal View History

2025-08-22 18:22:57 +08:00
add_executable(sample_client
sample_client.cc
)
target_link_libraries(sample_client
PRIVATE
${PROJECT_NAME}::push
$<$<BOOL:${WIN32}>:Ws2_32>
)