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