]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/gasol/fix-install.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / gasol / fix-install.patch
CommitLineData
1e59de90
TL
1diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
2index 0cba691..51e47a3 100644
3--- a/src/CMakeLists.txt
4+++ b/src/CMakeLists.txt
5@@ -1,3 +1,13 @@
6 file(GLOB GASol_SRC *.cpp)
7 add_library(GASol STATIC ${GASol_SRC})
8
9+file(GLOB GASol_INCLUDES *.h)
10+
11+install(FILES ${GASol_INCLUDES} DESTINATION include)
12+
13+install(
14+ TARGETS GASol
15+ RUNTIME DESTINATION bin
16+ LIBRARY DESTINATION lib
17+ ARCHIVE DESTINATION lib
18+)
19\ No newline at end of file