]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/xeus/vcpkg-cmake-wrapper.cmake
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / xeus / vcpkg-cmake-wrapper.cmake
1 _find_package(${ARGS})
2
3 if(TARGET xeus AND NOT TARGET xeus_static)
4 add_library(xeus_static INTERFACE IMPORTED)
5 set_target_properties(xeus_static PROPERTIES INTERFACE_LINK_LIBRARIES xeus)
6 elseif(TARGET xeus_static AND NOT TARGET xeus)
7 add_library(xeus INTERFACE IMPORTED)
8 set_target_properties(xeus PROPERTIES INTERFACE_LINK_LIBRARIES xeus_static)
9 endif()