|
@@ -86,16 +86,11 @@ if (WIN32)
|
|
target_link_libraries(ClangHLSLTests PRIVATE
|
|
target_link_libraries(ClangHLSLTests PRIVATE
|
|
dxcompiler
|
|
dxcompiler
|
|
HLSLTestLib
|
|
HLSLTestLib
|
|
- LLVMDxilContainer
|
|
|
|
LLVMDxilDia
|
|
LLVMDxilDia
|
|
${TAEF_LIBRARIES}
|
|
${TAEF_LIBRARIES}
|
|
- ${DIASDK_LIBRARIES}
|
|
|
|
- ${D3D12_LIBRARIES}
|
|
|
|
- shlwapi
|
|
|
|
)
|
|
)
|
|
else(WIN32)
|
|
else(WIN32)
|
|
target_link_libraries(ClangHLSLTests
|
|
target_link_libraries(ClangHLSLTests
|
|
- dxcompiler
|
|
|
|
HLSLTestLib
|
|
HLSLTestLib
|
|
)
|
|
)
|
|
endif(WIN32)
|
|
endif(WIN32)
|
|
@@ -104,8 +99,6 @@ if(WIN32)
|
|
# Add includes for platform helpers and dxc API.
|
|
# Add includes for platform helpers and dxc API.
|
|
include_directories(${TAEF_INCLUDE_DIRS})
|
|
include_directories(${TAEF_INCLUDE_DIRS})
|
|
include_directories(${DIASDK_INCLUDE_DIRS})
|
|
include_directories(${DIASDK_INCLUDE_DIRS})
|
|
-include_directories(${D3D12_INCLUDE_DIRS})
|
|
|
|
-include_directories(${LLVM_MAIN_INCLUDE_DIR}/dxc/Test)
|
|
|
|
endif(WIN32)
|
|
endif(WIN32)
|
|
|
|
|
|
# Add includes to directly reference intrinsic tables.
|
|
# Add includes to directly reference intrinsic tables.
|