aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/nvtt/bc6h.patch
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/nvtt/bc6h.patch')
-rw-r--r--vcpkg/ports/nvtt/bc6h.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/nvtt/bc6h.patch b/vcpkg/ports/nvtt/bc6h.patch
new file mode 100644
index 0000000..8d3339e
--- /dev/null
+++ b/vcpkg/ports/nvtt/bc6h.patch
@@ -0,0 +1,13 @@
+diff --git a/src/bc6h/CMakeLists.txt b/src/bc6h/CMakeLists.txt
+index fd75e74..b392d90 100644
+--- a/src/bc6h/CMakeLists.txt
++++ b/src/bc6h/CMakeLists.txt
+@@ -15,3 +15,8 @@ SET(BC6H_SRCS
+
+ ADD_LIBRARY(bc6h STATIC ${BC6H_SRCS})
+ TARGET_LINK_LIBRARIES(bc6h nvcore nvmath)
++
++INSTALL(TARGETS bc6h
++ RUNTIME DESTINATION bin
++ LIBRARY DESTINATION lib
++ ARCHIVE DESTINATION lib/static)