Skip to content

Commit

Permalink
fix(flow): 解决CMake构建不通过的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
hevake committed Mar 6, 2024
1 parent db19592 commit b40e73f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/flow/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ set(TBOX_FLOW_HEADERS
event_subscriber.h
event_publisher.h
event_publisher_impl.h
actions/assemble_action.h
actions/function_action.h
actions/sleep_action.h
actions/sequence_action.h
Expand All @@ -56,6 +57,7 @@ set(TBOX_FLOW_SOURCES
action.cpp
action_executor.cpp
event_publisher_impl.cpp
actions/assemble_action.cpp
actions/function_action.cpp
actions/sleep_action.cpp
actions/sequence_action.cpp
Expand All @@ -74,6 +76,7 @@ set(TBOX_FLOW_TEST_SOURCES
action_test.cpp
event_publisher_impl_test.cpp
action_executor_test.cpp
actions/assemble_action_test.cpp
actions/sleep_action_test.cpp
actions/function_action_test.cpp
actions/sequence_action_test.cpp
Expand Down

0 comments on commit b40e73f

Please sign in to comment.