mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:59:00 +08:00
[vcpkg baseline][gpgmm] Fix duplicate header files (#41945)
This commit is contained in:
parent
a9b7601348
commit
335a153de3
@ -25,7 +25,7 @@ if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
|
|||||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin" "${CURRENT_PACKAGES_DIR}/debug/bin")
|
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin" "${CURRENT_PACKAGES_DIR}/debug/bin")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
file(GLOB_RECURSE GPGMM_INCLUDE "${SOURCE_PATH}/src/*.h")
|
file(GLOB_RECURSE GPGMM_INCLUDE "${SOURCE_PATH}/include/*.h")
|
||||||
file(INSTALL ${GPGMM_INCLUDE} DESTINATION "${CURRENT_PACKAGES_DIR}/include")
|
file(INSTALL ${GPGMM_INCLUDE} DESTINATION "${CURRENT_PACKAGES_DIR}/include")
|
||||||
|
|
||||||
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
|
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "gpgmm",
|
"name": "gpgmm",
|
||||||
"version": "0.1.2",
|
"version": "0.1.2",
|
||||||
|
"port-version": 1,
|
||||||
"description": "GPGMM is a General-Purpose GPU Memory Management library. It provides a common set of GPU memory routines optimized for GPUs. The library helps developers manage video memory by implementing the necessary functionality across components based on Vulkan or D3D12",
|
"description": "GPGMM is a General-Purpose GPU Memory Management library. It provides a common set of GPU memory routines optimized for GPUs. The library helps developers manage video memory by implementing the necessary functionality across components based on Vulkan or D3D12",
|
||||||
"homepage": "https://github.com/intel/GPGMM/",
|
"homepage": "https://github.com/intel/GPGMM/",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
@ -3234,7 +3234,7 @@
|
|||||||
},
|
},
|
||||||
"gpgmm": {
|
"gpgmm": {
|
||||||
"baseline": "0.1.2",
|
"baseline": "0.1.2",
|
||||||
"port-version": 0
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"gppanel": {
|
"gppanel": {
|
||||||
"baseline": "2020-05-20",
|
"baseline": "2020-05-20",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "6ab52ff47ca0cad9ccb6fcb27ad15b72c8773aa0",
|
||||||
|
"version": "0.1.2",
|
||||||
|
"port-version": 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "26588ebafae6c3d0ba1d0d8a76ea8d425ba33eaf",
|
"git-tree": "26588ebafae6c3d0ba1d0d8a76ea8d425ba33eaf",
|
||||||
"version": "0.1.2",
|
"version": "0.1.2",
|
||||||
|
Loading…
Reference in New Issue
Block a user