[directx-dxc] fix error location path (#41554)

Co-authored-by: Mengna-Li <v-limengna@microsoft.com>
This commit is contained in:
Mengna-Li 2024-10-21 22:32:08 +00:00 committed by GitHub
parent a73c889be7
commit 7f74e01712
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 4 deletions

View File

@ -15,9 +15,9 @@ set_target_properties(Microsoft::DirectXShaderCompiler PROPERTIES
add_library(Microsoft::DXIL SHARED IMPORTED)
set_target_properties(Microsoft::DXIL PROPERTIES
IMPORTED_LOCATION "${CURRENT_INSTALLED_DIR}/@dll_dir@/@dll_name_dxil@"
IMPORTED_LOCATION "${_dxc_root}/@dll_dir@/@dll_name_dxil@"
IMPORTED_IMPLIB "${_dxc_root}/lib/@lib_name@"
IMPORTED_SONAME "@lib_name@"
IMPORTED_NO_SONAME TRUE
INTERFACE_INCLUDE_DIRECTORIES "${_dxc_root}/include/directx-dxc"
IMPORTED_LINK_INTERFACE_LANGUAGES "C")

View File

@ -1,7 +1,7 @@
{
"name": "directx-dxc",
"version-date": "2024-07-31",
"port-version": 1,
"port-version": 2,
"description": "DirectX Shader Compiler (LLVM/Clang)",
"homepage": "https://github.com/microsoft/DirectXShaderCompiler",
"documentation": "https://github.com/microsoft/DirectXShaderCompiler/wiki",

View File

@ -2282,7 +2282,7 @@
},
"directx-dxc": {
"baseline": "2024-07-31",
"port-version": 1
"port-version": 2
},
"directx-headers": {
"baseline": "1.614.1",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "31adbee92ae8d9b17303da6c5cb3e276c34a2b51",
"version-date": "2024-07-31",
"port-version": 2
},
{
"git-tree": "b338248d2d23bf37932394facc59075f4ad1d7a1",
"version-date": "2024-07-31",