Skip to content

Commit

Permalink
[directx12-agility] add message for compliance (#42797)
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn authored Dec 19, 2024
1 parent cf454fe commit 3f92cf1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ports/directx12-agility/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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 change: 1 addition & 0 deletions ports/directx12-agility/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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/",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2314,7 +2314,7 @@
},
"directx12-agility": {
"baseline": "1.614.1",
"port-version": 0
"port-version": 1
},
"directxmath": {
"baseline": "2024-12-02",
Expand Down
5 changes: 5 additions & 0 deletions versions/d-/directx12-agility.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "422238025a2834050f475830e846f0a4375a352c",
"version": "1.614.1",
"port-version": 1
},
{
"git-tree": "640cc319351249fe3d6eb031c72abc87655b6d58",
"version": "1.614.1",
Expand Down

0 comments on commit 3f92cf1

Please sign in to comment.