[gamedev-framework] fix install path of *.cmake files (#12680)

* [gf] fix install path of *.cmake files

The port name (gamedev-framework) differs from the package name (gf).

* [gf] increase port version
This commit is contained in:
Julien Bernard 2020-08-05 22:59:26 +02:00 committed by GitHub
parent 64581abea2
commit 18356053b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
Source: gamedev-framework
Version: 0.17
Port-Version: 1
Homepage: https://github.com/GamedevFramework/gf
Description: gf is a framework to build 2D games in C++14.
Build-Depends: sdl2, freetype, zlib, boost-algorithm, boost-filesystem, boost-heap, boost-container, stb, pugixml

View File

@ -27,7 +27,7 @@ vcpkg_configure_cmake(
)
vcpkg_install_cmake()
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/gf)
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/gf TARGET_PATH share/gf)
vcpkg_copy_pdbs()
file(REMOVE_RECURSE