5 lines
97 B
CMake
5 lines
97 B
CMake
|
target_sources(${LIB_FSFW_NAME}
|
||
|
PRIVATE
|
||
|
LimitViolationReporter.cpp
|
||
|
MonitoringMessage.cpp
|
||
|
)
|