8 lines
127 B
CMake
8 lines
127 B
CMake
target_sources(${LIB_FSFW_NAME}
|
|
PRIVATE
|
|
Event.cpp
|
|
EventManager.cpp
|
|
EventMessage.cpp
|
|
)
|
|
|
|
add_subdirectory(eventmatching) |