Let's try making that directory

This commit is contained in:
Jesse Talavera-Greenberg 2017-07-20 16:37:30 -04:00
parent a29b5e4612
commit f8f6628eec
No known key found for this signature in database
GPG Key ID: 100D3E7396EED2B6

View File

@ -81,6 +81,7 @@ file(RENAME ${CURRENT_PACKAGES_DIR}/share/allegro5/LICENSE.txt ${CURRENT_PACKAGE
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
file(GLOB PDB_GLOB ${CURRENT_BUILDTREES_DIR}-dbg/lib/*.pdb)
file(MAKE_DIRECTORY ${CURRENT_BUILDTREES_DIR}-dbg/lib/Debug)
file(COPY ${PDB_GLOB} DESTINATION ${CURRENT_BUILDTREES_DIR}-dbg/lib/Debug)
vcpkg_copy_pdbs()