diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2016-10-24 15:36:33 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2016-10-24 15:36:33 -0700 |
| commit | d2c3ad8b57a82b016ebf5fe8f621294ad7497ddc (patch) | |
| tree | 98a181601acc8f02d4bcd9b57a90b91c54aec1f6 | |
| parent | c852d5be1b7605e111dd5c226f2d9d729af07496 (diff) | |
| download | vcpkg-d2c3ad8b57a82b016ebf5fe8f621294ad7497ddc.tar.gz vcpkg-d2c3ad8b57a82b016ebf5fe8f621294ad7497ddc.zip | |
[libogg] [libvorbis] Add vcpkg_copy_pdbs()
| -rw-r--r-- | ports/libogg/portfile.cmake | 2 | ||||
| -rw-r--r-- | ports/libvorbis/portfile.cmake | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/ports/libogg/portfile.cmake b/ports/libogg/portfile.cmake index 8cd5a7a38..d19bee8f7 100644 --- a/ports/libogg/portfile.cmake +++ b/ports/libogg/portfile.cmake @@ -41,3 +41,5 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) # Handle copyright file(COPY ${CURRENT_BUILDTREES_DIR}/src/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/libogg) file(RENAME ${CURRENT_PACKAGES_DIR}/share/libogg/COPYING ${CURRENT_PACKAGES_DIR}/share/libogg/copyright) + +vcpkg_copy_pdbs() diff --git a/ports/libvorbis/portfile.cmake b/ports/libvorbis/portfile.cmake index 675a35b60..6e50efd93 100644 --- a/ports/libvorbis/portfile.cmake +++ b/ports/libvorbis/portfile.cmake @@ -56,3 +56,5 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) # Handle copyright file(COPY ${CURRENT_BUILDTREES_DIR}/src/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/libvorbis) file(RENAME ${CURRENT_PACKAGES_DIR}/share/libvorbis/COPYING ${CURRENT_PACKAGES_DIR}/share/libvorbis/copyright) + +vcpkg_copy_pdbs() |
