Skip to content

Commit aa28e1c

Browse files
committed
Update
[ghstack-poisoned]
1 parent d5887fc commit aa28e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ endif()
596596
# any backends.
597597
#
598598
add_library(executorch ${_executorch__srcs})
599-
target_link_libraries(executorch PRIVATE executorch_core)
599+
target_link_libraries(executorch PUBLIC executorch_core)
600600
target_include_directories(executorch PUBLIC ${_common_include_directories})
601601
target_compile_definitions(executorch PUBLIC C10_USING_CUSTOM_GENERATED_MACROS)
602602
target_compile_options(executorch PUBLIC ${_common_compile_options})

0 commit comments

Comments
 (0)