We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5887fc commit aa28e1cCopy full SHA for aa28e1c
CMakeLists.txt
@@ -596,7 +596,7 @@ endif()
596
# any backends.
597
#
598
add_library(executorch ${_executorch__srcs})
599
-target_link_libraries(executorch PRIVATE executorch_core)
+target_link_libraries(executorch PUBLIC executorch_core)
600
target_include_directories(executorch PUBLIC ${_common_include_directories})
601
target_compile_definitions(executorch PUBLIC C10_USING_CUSTOM_GENERATED_MACROS)
602
target_compile_options(executorch PUBLIC ${_common_compile_options})
0 commit comments