]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/isal/usage
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / isal / usage
1 The package isal is compatible with built-in CMake targets:
2
3 FIND_PACKAGE(isal REQUIRED)
4 TARGET_LINK_LIBRARIES(main PRIVATE ISAL::isa-l) for static linkage or
5 TARGET_LINK_LIBRARIES(main PRIVATE ISAL::isal) for dynamic linkage