mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
cmake:builtin register support NONE srcs target
Signed-off-by: xuxin19 <xuxin19@xiaomi.com>
This commit is contained in:
parent
f2b0437688
commit
4e854cfe03
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,8 @@ if(CONFIG_BUILTIN)
|
|||
|
||||
# generate registry
|
||||
get_property(nuttx_app_libs GLOBAL PROPERTY NUTTX_APPS_LIBRARIES)
|
||||
get_property(only_registers GLOBAL PROPERTY NUTTX_APPS_ONLY_REGISTER)
|
||||
list(APPEND nuttx_app_libs ${only_registers})
|
||||
set(builtin_list_string)
|
||||
set(builtin_proto_string)
|
||||
foreach(module ${nuttx_app_libs})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue