fsfw/src/fsfw/events/CMakeLists.txt

4 lines
108 B
CMake
Raw Normal View History

2022-05-16 14:55:15 +02:00
target_sources(${LIB_FSFW_NAME} PRIVATE EventManager.cpp EventMessage.cpp)
2020-12-07 01:40:10 +01:00
2021-07-13 20:22:54 +02:00
add_subdirectory(eventmatching)