]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/nvtt/squish.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / nvtt / squish.patch
1 diff --git a/src/nvtt/squish/CMakeLists.txt b/src/nvtt/squish/CMakeLists.txt
2 index 65a5dd3..d093ce5 100644
3 --- a/src/nvtt/squish/CMakeLists.txt
4 +++ b/src/nvtt/squish/CMakeLists.txt
5 @@ -21,3 +21,8 @@ SET(SQUISH_SRCS
6 simd_ve.h)
7
8 ADD_LIBRARY(nvsquish STATIC ${SQUISH_SRCS})
9 +
10 +INSTALL(TARGETS nvsquish
11 + RUNTIME DESTINATION bin
12 + LIBRARY DESTINATION lib
13 + ARCHIVE DESTINATION lib/static)
14 \ No newline at end of file