]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/liblemon/cmake.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / liblemon / cmake.patch
1 diff --git a/CMakeLists.txt b/CMakeLists.txt
2 index 03e1cc7..fd9d737 100644
3 --- a/CMakeLists.txt
4 +++ b/CMakeLists.txt
5 @@ -280,6 +280,13 @@ ELSEIF(WIN32)
6 )
7 ENDIF()
8
9 +install(
10 + EXPORT lemon-targets
11 + FILE lemon-config.cmake
12 + NAMESPACE lemon::
13 + DESTINATION share/lemon
14 +)
15 +
16 CONFIGURE_FILE(
17 ${PROJECT_SOURCE_DIR}/cmake/version.cmake.in
18 ${PROJECT_BINARY_DIR}/cmake/version.cmake
19 diff --git a/lemon/CMakeLists.txt b/lemon/CMakeLists.txt
20 index 4e6567e..76f9cae 100644
21 --- a/lemon/CMakeLists.txt
22 +++ b/lemon/CMakeLists.txt
23 @@ -71,6 +71,11 @@ INSTALL(
24 COMPONENT library
25 )
26
27 +install(TARGETS lemon EXPORT lemon-targets
28 + LIBRARY DESTINATION lib
29 + ARCHIVE DESTINATION lib
30 +)
31 +
32 INSTALL(
33 DIRECTORY . bits concepts
34 DESTINATION include/lemon