mirror of
https://github.com/espressif/openthread.git
synced 2026-08-20 17:39:51 +00:00
[cmake] add interface libraries ot-config-(ftd|mtd|radio) (#8190)
This allows for more granular control of any configuration which might need to be incorporated in the core library build.
This commit is contained in:
@@ -44,6 +44,7 @@ target_link_libraries(ot-cli-ftd PRIVATE
|
||||
${OT_PLATFORM_LIB_FTD}
|
||||
openthread-cli-ftd
|
||||
${OT_MBEDTLS}
|
||||
ot-config-ftd
|
||||
ot-config
|
||||
)
|
||||
|
||||
|
||||
@@ -44,6 +44,7 @@ target_link_libraries(ot-cli-mtd PRIVATE
|
||||
${OT_PLATFORM_LIB_MTD}
|
||||
openthread-cli-mtd
|
||||
${OT_MBEDTLS}
|
||||
ot-config-mtd
|
||||
ot-config
|
||||
)
|
||||
|
||||
|
||||
@@ -48,6 +48,7 @@ target_link_libraries(ot-cli-radio PRIVATE
|
||||
${OT_PLATFORM_LIB_RCP}
|
||||
openthread-cli-radio
|
||||
${OT_MBEDTLS_RCP}
|
||||
ot-config-radio
|
||||
ot-config
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user