Replies: 2 comments 1 reply
-
Up discussions 😊 |
Beta Was this translation helpful? Give feedback.
0 replies
-
zephyr_library_link_libraries(PRIVATE your_item) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Nulllix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I would like to link other libraries with my zephyr library using the PRIVATE keyword and I would like to use the
zephyr_library_link_libraries()
function for this. But you cannot specify PRIVATE/PUBLIC/INTERFACE keywords in thezephyr_library_link_libraries()
function, it always links libraries using the PUBLIC keyword: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.
All reactions