mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 01:30:55 +08:00
[directx12-agility] add message for compliance (#42797)
This commit is contained in:
parent
cf454fe933
commit
3f92cf1a34
@ -42,4 +42,6 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||
file(INSTALL "${CMAKE_CURRENT_LIST_DIR}/usage" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")
|
||||
vcpkg_install_copyright(FILE_LIST "${PACKAGE_PATH}/LICENSE.txt")
|
||||
|
||||
message(STATUS "BY USING THE SOFTWARE, YOU ACCEPT THESE TERMS: https://www.nuget.org/packages/Microsoft.Direct3D.D3D12/${VERSION}/License")
|
||||
|
||||
configure_file("${CMAKE_CURRENT_LIST_DIR}/directx12-config.cmake.in" "${CURRENT_PACKAGES_DIR}/share/${PORT}/${PORT}-config.cmake" @ONLY)
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "directx12-agility",
|
||||
"version": "1.614.1",
|
||||
"port-version": 1,
|
||||
"description": "DirectX 12 Agility SDK",
|
||||
"homepage": "https://aka.ms/directx12agility",
|
||||
"documentation": "https://devblogs.microsoft.com/directx/gettingstarted-dx12agility/",
|
||||
|
@ -2314,7 +2314,7 @@
|
||||
},
|
||||
"directx12-agility": {
|
||||
"baseline": "1.614.1",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"directxmath": {
|
||||
"baseline": "2024-12-02",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "422238025a2834050f475830e846f0a4375a352c",
|
||||
"version": "1.614.1",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "640cc319351249fe3d6eb031c72abc87655b6d58",
|
||||
"version": "1.614.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user