aboutsummaryrefslogtreecommitdiff
path: root/ports/anax/Add-bin-output.patch
diff options
context:
space:
mode:
authorMattias Cibien <mattias.cibien@outlook.com>2016-12-06 11:17:25 +0100
committerMattias Cibien <mattias.cibien@outlook.com>2016-12-06 11:17:25 +0100
commit134993109b00dac3ed92a66a57fbffb7f89e4a02 (patch)
tree8950043703595ad3915a16008e4bed071475aee5 /ports/anax/Add-bin-output.patch
parentd40d1adc961abebf40d348f1c3af6d7330e73368 (diff)
downloadvcpkg-134993109b00dac3ed92a66a57fbffb7f89e4a02.tar.gz
vcpkg-134993109b00dac3ed92a66a57fbffb7f89e4a02.zip
Anax support for shared libs
Diffstat (limited to 'ports/anax/Add-bin-output.patch')
-rw-r--r--ports/anax/Add-bin-output.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/ports/anax/Add-bin-output.patch b/ports/anax/Add-bin-output.patch
new file mode 100644
index 000000000..333a92fdc
--- /dev/null
+++ b/ports/anax/Add-bin-output.patch
@@ -0,0 +1,10 @@
+--- a/CMakeLists.txt Tue Oct 13 13:47:40 2015
++++ b/CMakeLists.txt Tue Dec 06 11:13:23 2016
+@@ -161,6 +161,7 @@
+ # Library files
+ install(
+ TARGETS ${ANAX_LIBRARY_NAME}
++ RUNTIME DESTINATION bin
+ LIBRARY DESTINATION lib
+ ARCHIVE DESTINATION lib
+ )