Skip to content

Commit c442ec9

Browse files
committed
apps/system/composite: change cmake build name to conn and disconn
The executable file compiled by cmake has the same filename as that compiled by make. Signed-off-by: yangsong8 <[email protected]>
1 parent 641f7ce commit c442ec9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

system/composite/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@
2121
# ##############################################################################
2222

2323
if(CONFIG_SYSTEM_COMPOSITE)
24-
nuttx_add_application(NAME composite SRCS composite_main.c)
24+
nuttx_add_application(NAME conn SRCS composite_main.c)
25+
nuttx_add_application(NAME disconn)
2526
endif()

0 commit comments

Comments
 (0)