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
27
27
else ()
28
28
add_library (extension_module SHARED ${_extension_module__srcs} )
29
29
endif ()
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 )
31
31
target_include_directories (extension_module PUBLIC ${EXECUTORCH_ROOT} /.. )
32
32
target_compile_options (
33
33
extension_module PUBLIC -Wno-deprecated-declarations -fPIC
@@ -37,7 +37,7 @@ target_compile_options(
37
37
# after cleaning up CMake targets.
38
38
add_library (extension_module_static STATIC ${_extension_module__srcs} )
39
39
target_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
41
41
)
42
42
target_include_directories (extension_module_static PUBLIC ${EXECUTORCH_ROOT} /.. )
43
43
target_compile_options (
You can’t perform that action at this time.
0 commit comments