Skip to content

Commit a70a863

Browse files
authored
update include paths for debug draw ext
1 parent 84a2e1e commit a70a863

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/nbl/ext/DebugDraw/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ set(JSON [=[
4343
string(CONFIGURE "${JSON}" JSON)
4444

4545
set(COMPILE_OPTIONS
46+
-I "${NBL_ROOT_PATH}/include" # a workaround due to debug draw ext common header which is not part of Nabla builtin archive
4647
-I "${CMAKE_CURRENT_SOURCE_DIR}"
4748
-T lib_${SM}
4849
)

0 commit comments

Comments
 (0)