aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Traversaro <pegua1@gmail.com>2016-11-29 09:52:06 +0100
committerGitHub <noreply@github.com>2016-11-29 09:52:06 +0100
commit394d3fd1574085b67ede4f486c845fa66a7a2a16 (patch)
tree25ced135c451475b078e3922a90a54d1b074b392
parent5bd036cf5a70e18c451cc5aa9d041c530bf7adf1 (diff)
downloadvcpkg-394d3fd1574085b67ede4f486c845fa66a7a2a16.tar.gz
vcpkg-394d3fd1574085b67ede4f486c845fa66a7a2a16.zip
[freeimage] Add vcpkg_copy_pdbs()
-rw-r--r--ports/freeimage/portfile.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/freeimage/portfile.cmake b/ports/freeimage/portfile.cmake
index 4a212ba4b..3e403f9ea 100644
--- a/ports/freeimage/portfile.cmake
+++ b/ports/freeimage/portfile.cmake
@@ -52,3 +52,5 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
# Handle copyright
file(COPY ${SOURCE_PATH}/license-fi.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/freeimage)
file(RENAME ${CURRENT_PACKAGES_DIR}/share/freeimage/license-fi.txt ${CURRENT_PACKAGES_DIR}/share/freeimage/copyright)
+
+vcpkg_copy_pdbs()