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