File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ if(CMAKE_TOOLCHAIN_IOS
2727else ()
2828 add_library (extension_module SHARED ${_extension_module__srcs} )
2929endif ()
30- target_link_libraries (extension_module PRIVATE executorch extension_data_loader extension_flat_tensor)
30+ target_link_libraries (extension_module PRIVATE executorch_core extension_data_loader extension_flat_tensor)
3131target_include_directories (extension_module PUBLIC ${EXECUTORCH_ROOT} /..)
3232target_compile_options (
3333 extension_module PUBLIC -Wno-deprecated-declarations -fPIC
@@ -37,7 +37,7 @@ target_compile_options(
3737# after cleaning up CMake targets.
3838add_library (extension_module_static STATIC ${_extension_module__srcs} )
3939target_link_libraries (
40- extension_module_static PRIVATE executorch extension_data_loader extension_flat_tensor
40+ extension_module_static PRIVATE executorch_core extension_data_loader extension_flat_tensor
4141)
4242target_include_directories (extension_module_static PUBLIC ${EXECUTORCH_ROOT} /..)
4343target_compile_options (
You can’t perform that action at this time.
0 commit comments