Skip to content

Commit 35514b3

Browse files
committed
fix include
1 parent 76f8dcf commit 35514b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unified-runtime/cmake/helpers.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ function(add_ur_target_compile_options name)
151151
)
152152
endif()
153153
endif()
154+
target_include_directories(${name} PRIVATE "${PROJECT_SOURCE_DIR}/../llvm/include")
154155
endfunction()
155156

156157
function(add_ur_target_link_options name)

0 commit comments

Comments
 (0)