mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 06:42:32 +08:00
5452f013df
when nuttx's CMake build system calls an external module that already supports CMake, since `add_library` may have been called internally, it needs to provide a way to add its internally defined target to the final link. Signed-off-by: xuxin19 <xuxin19@xiaomi.com>