mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 00:29:08 +08:00
[directx-dxc] fix error location path (#41554)
Co-authored-by: Mengna-Li <v-limengna@microsoft.com>
This commit is contained in:
parent
a73c889be7
commit
7f74e01712
@ -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")
|
||||
|
||||
|
@ -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",
|
||||
|
@ -2282,7 +2282,7 @@
|
||||
},
|
||||
"directx-dxc": {
|
||||
"baseline": "2024-07-31",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"directx-headers": {
|
||||
"baseline": "1.614.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "31adbee92ae8d9b17303da6c5cb3e276c34a2b51",
|
||||
"version-date": "2024-07-31",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "b338248d2d23bf37932394facc59075f4ad1d7a1",
|
||||
"version-date": "2024-07-31",
|
||||
|
Loading…
Reference in New Issue
Block a user