aboutsummaryrefslogtreecommitdiff
path: root/ports/nvtt/squish.patch
diff options
context:
space:
mode:
authorAlexander Neumann <30894796+Neumann-A@users.noreply.github.com>2019-05-24 21:12:33 +0200
committerPhil Christensen <philc@microsoft.com>2019-05-24 12:12:33 -0700
commitd7e41c7ef4c573f990418ff3a41ec37db6471b4d (patch)
treecfcf34733ccf26e23aca388e72903c434b343ba0 /ports/nvtt/squish.patch
parented311ddf93623e2afcb2a0f84f24d6680ec591d7 (diff)
downloadvcpkg-d7e41c7ef4c573f990418ff3a41ec37db6471b4d.tar.gz
vcpkg-d7e41c7ef4c573f990418ff3a41ec37db6471b4d.zip
[nvtt] install extra libraries used by OSG. (#6611)
Diffstat (limited to 'ports/nvtt/squish.patch')
-rw-r--r--ports/nvtt/squish.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/nvtt/squish.patch b/ports/nvtt/squish.patch
new file mode 100644
index 000000000..36ce7be76
--- /dev/null
+++ b/ports/nvtt/squish.patch
@@ -0,0 +1,13 @@
+diff --git a/src/nvtt/squish/CMakeLists.txt b/src/nvtt/squish/CMakeLists.txt
+index 832013e1..76824137 100644
+--- a/src/nvtt/squish/CMakeLists.txt
++++ b/src/nvtt/squish/CMakeLists.txt
+@@ -33,3 +33,7 @@ IF(NOT WIN32)
+ ENDIF(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_COMPILER_IS_CLANGXX)
+ ENDIF(NOT WIN32)
+
++INSTALL(TARGETS squish
++ RUNTIME DESTINATION bin
++ LIBRARY DESTINATION lib
++ ARCHIVE DESTINATION lib/static)
+\ No newline at end of file