]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/llfio/usage-status-code-static
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / llfio / usage-status-code-static
CommitLineData
1e59de90
TL
1The package llfio provides two CMake targets:\r
2\r
3 find_package(llfio CONFIG REQUIRED)\r
4\r
5- If you want the header-only form of LLFIO:\r
6 find_package(Threads REQUIRED)\r
7 target_link_libraries(main PUBLIC llfio::hl)\r
8\r
9- If you want the static library form of LLFIO:\r
10 target_link_libraries(main PUBLIC llfio::sl)\r