fsfw/src/fsfw/events/CMakeLists.txt

7 lines
118 B
CMake
Raw Normal View History

2021-07-13 20:22:54 +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)