We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beef306 commit 09569b5Copy full SHA for 09569b5
1 file changed
tools/clang/tools/dxcompiler/CMakeLists.txt
@@ -130,7 +130,7 @@ target_link_libraries(dxcompiler PRIVATE ${LIBRARIES})
130
if (ENABLE_SPIRV_CODEGEN)
131
target_link_libraries(dxcompiler PRIVATE clangSPIRV)
132
endif (ENABLE_SPIRV_CODEGEN)
133
-include_directories(AFTER ${LLVM_INCLUDE_DIR}/dxc/Tracing ${DIASDK_INCLUDE_DIRS})
+include_directories(AFTER ${LLVM_INCLUDE_DIR}/dxc/Tracing ${DIASDK_INCLUDE_DIRS} ${HLSL_VERSION_LOCATION})
134
135
set_target_properties(dxcompiler
136
PROPERTIES
0 commit comments