fsfw/inc/fsfw/events/eventmatching/CMakeLists.txt

7 lines
145 B
CMake
Raw Normal View History

2020-12-07 01:40:10 +01:00
target_sources(${LIB_FSFW_NAME}
PRIVATE
EventIdRangeMatcher.cpp
EventMatchTree.cpp
ReporterRangeMatcher.cpp
SeverityRangeMatcher.cpp
)