1
0
forked from fsfw/fsfw

event folder taken over

This commit is contained in:
2020-12-14 20:49:17 +01:00
parent a0e7584e84
commit 2100ae34f2
5 changed files with 27 additions and 9 deletions

8
events/CMakeLists.txt Normal file
View File

@ -0,0 +1,8 @@
target_sources(${LIB_FSFW_NAME}
PRIVATE
Event.cpp
EventManager.cpp
EventMessage.cpp
)
add_subdirectory(eventmatching)