[vlpp] add the CppMerge.exe tool

This commit is contained in:
sdcb 2017-12-01 18:34:26 +08:00
parent 977d4decb4
commit 8d3526e85f

View File

@ -24,5 +24,8 @@ vcpkg_copy_pdbs()
file(REMOVE_RECURSE ${CURRENT_PACKAGE_DIR}/debug/include)
# Tools
file(INSTALL ${SOURCE_PATH}/Tools/CppMerge.exe DESTINATION ${CURRENT_PACKAGES_DIR}/tools)
# Handle copyright
file(INSTALL ${SOURCE_PATH}/LICENSE.md DESTINATION ${CURRENT_PACKAGES_DIR}/share/vlpp RENAME copyright)