修复命令执行缺少执行函数时的处理逻辑

This commit is contained in:
2025-02-24 10:11:22 +08:00
parent 5fe8cc34e6
commit 7ba4810002
2 changed files with 4 additions and 4 deletions

View File

@ -6,4 +6,4 @@ install(TARGETS commander DESTINATION lib)
install(FILES "src/commander.h" DESTINATION include)
add_executable(test src/main.cc)
target_link_libraries(test commander)
target_link_libraries(test commander)