File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ endif()
18
18
19
19
list (TRANSFORM _extension_data_loader__srcs PREPEND "${EXECUTORCH_ROOT} /" )
20
20
add_library (extension_data_loader ${_extension_data_loader__srcs} )
21
- target_link_libraries (extension_data_loader executorch )
21
+ target_link_libraries (extension_data_loader executorch_core )
22
22
target_include_directories (extension_data_loader PUBLIC ${EXECUTORCH_ROOT} /.. )
23
23
target_compile_options (extension_data_loader PUBLIC ${_common_compile_options} )
24
24
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ endif()
18
18
19
19
list (TRANSFORM _extension_runner_util__srcs PREPEND "${EXECUTORCH_ROOT} /" )
20
20
add_library (extension_runner_util ${_extension_runner_util__srcs} )
21
- target_link_libraries (extension_runner_util executorch )
21
+ target_link_libraries (extension_runner_util executorch_core )
22
22
target_include_directories (extension_runner_util PUBLIC ${EXECUTORCH_ROOT} /.. )
23
23
target_compile_options (extension_runner_util PUBLIC ${_common_compile_options} )
24
24
Original file line number Diff line number Diff line change @@ -178,7 +178,6 @@ filters = [
178
178
]
179
179
deps = [
180
180
" executorch_core" ,
181
- " executorch" ,
182
181
]
183
182
184
183
[targets .extension_flat_tensor_schema ]
@@ -223,7 +222,6 @@ filters = [
223
222
" .cpp$" ,
224
223
]
225
224
deps = [
226
- " executorch" ,
227
225
" executorch_core" ,
228
226
]
229
227
You can’t perform that action at this time.
0 commit comments