-
Hi, I would like to link other libraries with my zephyr library using the PRIVATE keyword and I would like to use the
Can you tell me the reason why this function has such an implementation? And how can I link other libraries with my zephyr library using the PRIVATE keyword? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Up discussions 😊 |
Beta Was this translation helpful? Give feedback.
-
zephyr_library_link_libraries(PRIVATE your_item) |
Beta Was this translation helpful? Give feedback.
zephyr_library_link_libraries(PRIVATE your_item)