Skip to content

Commit

Permalink
cmake:builtin register support NONE srcs target
Browse files Browse the repository at this point in the history
Signed-off-by: xuxin19 <[email protected]>
  • Loading branch information
xuxin930 authored and xiaoxiang781216 committed Jan 9, 2025
1 parent f2b0437 commit 4e854cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions builtin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down

0 comments on commit 4e854cf

Please sign in to comment.