Skip to content

Commit ccc30fa

Browse files
AnastaZIukdeprilula28
authored andcommitted
Perform clean build and make sure Nabla builds with DXC, fix missing include search paths
1 parent d120414 commit ccc30fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/nbl/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -595,6 +595,8 @@ target_include_directories(Nabla PRIVATE
595595
"${DXC_SOURCE_DIR}/include"
596596
"${DXC_BINARY_DIR_GE}/include/dxc/Tracing"
597597
"${DXC_BINARY_DIR_GE}/utils/version"
598+
"${DXC_SOURCE_DIR}/external/SPIRV-Tools/include"
599+
"${DXC_SOURCE_DIR}/external/SPIRV-Headers/include"
598600
)
599601
target_link_libraries(Nabla INTERFACE "${DXC_DXCOMPILER_LIB}")
600602

0 commit comments

Comments
 (0)