File tree Expand file tree Collapse file tree 3 files changed +5
-326
lines changed
sycl/plugins/unified_runtime Expand file tree Collapse file tree 3 files changed +5
-326
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,8 @@ message(STATUS
119
119
"Using Unified Runtime source directory: ${UNIFIED_RUNTIME_SOURCE_DIR} " )
120
120
121
121
set (UNIFIED_RUNTIME_INCLUDE_DIR "${UNIFIED_RUNTIME_SOURCE_DIR} /include" )
122
+ set (UNIFIED_RUNTIME_SRC_INCLUDE_DIR "${UNIFIED_RUNTIME_SOURCE_DIR} /source" )
123
+ set (UNIFIED_RUNTIME_COMMON_INCLUDE_DIR "${UNIFIED_RUNTIME_SOURCE_DIR} /source/common" )
122
124
123
125
add_library (UnifiedRuntimeLoader ALIAS ur_loader )
124
126
add_library (UnifiedRuntimeCommon ALIAS ur_common )
@@ -148,6 +150,9 @@ set(UNIFIED_RUNTIME_PLUGIN_ARGS
148
150
Threads::Threads
149
151
UnifiedRuntimeLoader
150
152
UnifiedRuntime-Headers
153
+ INCLUDE_DIRS
154
+ "${UNIFIED_RUNTIME_SRC_INCLUDE_DIR} "
155
+ "${UNIFIED_RUNTIME_COMMON_INCLUDE_DIR} "
151
156
)
152
157
153
158
# We need for #include <ze_api.h> in common.h
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments