]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/caf/usage
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / caf / usage
1 The package caf provides CMake targets:
2
3 find_package(CAF REQUIRED COMPONENTS core io)
4 target_include_directories(main PRIVATE ${CAF_INCLUDE_DIRS})
5 target_link_libraries(main PRIVATE ${CAF_LIBRARIES})