File: CMakeLists.txt

package info (click to toggle)
prometheus-cpp 1.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 792 kB
  • sloc: cpp: 3,596; sh: 37; makefile: 12
file content (10 lines) | stat: -rw-r--r-- 157 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10

add_executable(sample_client
  sample_client.cc
)

target_link_libraries(sample_client
  PRIVATE
    ${PROJECT_NAME}::push
    $<$<BOOL:${WIN32}>:Ws2_32>
)