mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 06:08:03 +08:00
[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:
parent
64581abea2
commit
18356053b7
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user