]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/nethost/usage
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / nethost / usage
1 The package nethost can be used via CMake:
2
3 find_path(NETHOST_INCLUDE_DIRS nethost.h)
4 find_library(NETHOST_LIBRARY NAMES libnethost nethost)
5 target_include_directories(main PRIVATE ${NETHOST_INCLUDE_DIRS})
6 target_link_libraries(main PRIVATE ${NETHOST_LIBRARY})