File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,7 @@ endif()
1818
1919list (TRANSFORM _extension_flat_tensor__srcs PREPEND "${EXECUTORCH_ROOT} /" )
2020add_library (extension_flat_tensor ${_extension_flat_tensor__srcs} )
21- target_link_libraries (
22- extension_flat_tensor executorch_core extension_data_loader
23- extension_flat_tensor_schema
24- )
21+ target_link_libraries (extension_flat_tensor executorch extension_data_loader)
2522target_include_directories (
2623 extension_flat_tensor
2724 PUBLIC ${EXECUTORCH_ROOT} /..
Original file line number Diff line number Diff line change @@ -197,8 +197,7 @@ filters = [
197197]
198198deps = [
199199 " extension_data_loader" ,
200- " extension_flat_tensor_schema" ,
201- " executorch_core" ,
200+ " executorch" ,
202201]
203202
204203[targets .extension_module ]
You can’t perform that action at this time.
0 commit comments