7 lines
115 B
CMake
7 lines
115 B
CMake
target_sources(${LIB_FSFW_NAME}
|
|
PRIVATE
|
|
EventManager.cpp
|
|
EventMessage.cpp
|
|
)
|
|
|
|
add_subdirectory(eventmatching) |