We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51befee commit 578358bCopy full SHA for 578358b
CMakeLists.txt
@@ -608,7 +608,7 @@ endif()
608
# any backends.
609
#
610
add_library(executorch ${_executorch__srcs})
611
-target_link_libraries(executorch PUBLIC executorch_core)
+target_link_libraries(executorch PRIVATE executorch_core)
612
target_include_directories(executorch PUBLIC ${_common_include_directories})
613
target_compile_definitions(executorch PUBLIC C10_USING_CUSTOM_GENERATED_MACROS)
614
target_compile_options(executorch PUBLIC ${_common_compile_options})
0 commit comments