aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alex@karatarakis.com>2016-10-17 12:30:59 -0700
committerGitHub <noreply@github.com>2016-10-17 12:30:59 -0700
commit3ead5123f79761eecfc028c16e50e621a83f4151 (patch)
tree4785b671f105f852e88d1b94c0179ed8fdfa0df5
parent5158d842e0368f6e008b1e8104636356d70b6726 (diff)
parentbe03c5dd4e0ec3f09fc65f7b5ec5f89707929b00 (diff)
downloadvcpkg-3ead5123f79761eecfc028c16e50e621a83f4151.tar.gz
vcpkg-3ead5123f79761eecfc028c16e50e621a83f4151.zip
Merge pull request #168 from barcharcraz/assimp
make assimp copy pdb files
-rw-r--r--ports/assimp/portfile.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/assimp/portfile.cmake b/ports/assimp/portfile.cmake
index cb173702a..33527a46d 100644
--- a/ports/assimp/portfile.cmake
+++ b/ports/assimp/portfile.cmake
@@ -36,3 +36,4 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
# Handle copyright
file(COPY ${CURRENT_BUILDTREES_DIR}/src/assimp-3.3.1/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/assimp)
file(RENAME ${CURRENT_PACKAGES_DIR}/share/assimp/LICENSE ${CURRENT_PACKAGES_DIR}/share/assimp/copyright)
+vcpkg_copy_pdbs() \ No newline at end of file