Fix typo of the source name in port.camke (#5098)

This commit is contained in:
LarryIII 2019-01-10 10:19:09 -08:00 committed by Phil Christensen
parent 7578a485b1
commit 5985b82b05
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Source: milerius-sfml-imgui
Version: 1.1
Version: 1.1-1
Description: imgui dll for sfml usage
Build-Depends: sfml (windows), imgui

View File

@ -20,5 +20,5 @@ vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/sfml-imgui)
vcpkg_copy_pdbs()
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
file(COPY ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/sfml-imgui)
file(RENAME ${CURRENT_PACKAGES_DIR}/share/sfml-imgui/LICENSE ${CURRENT_PACKAGES_DIR}/share/sfml-imgui/copyright)
file(COPY ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/milerius-sfml-imgui)
file(RENAME ${CURRENT_PACKAGES_DIR}/share/milerius-sfml-imgui/LICENSE ${CURRENT_PACKAGES_DIR}/share/milerius-sfml-imgui/copyright)