[freeimage] Add vcpkg_copy_pdbs()

This commit is contained in:
Silvio Traversaro 2016-11-29 09:52:06 +01:00 committed by GitHub
parent 5bd036cf5a
commit 394d3fd157

View File

@ -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()