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 /ports/libvorbis | |
| parent | c852d5be1b7605e111dd5c226f2d9d729af07496 (diff) | |
| download | vcpkg-d2c3ad8b57a82b016ebf5fe8f621294ad7497ddc.tar.gz vcpkg-d2c3ad8b57a82b016ebf5fe8f621294ad7497ddc.zip | |
[libogg] [libvorbis] Add vcpkg_copy_pdbs()
Diffstat (limited to 'ports/libvorbis')
| -rw-r--r-- | ports/libvorbis/portfile.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
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() |
