11 lines
286 B
CMake
11 lines
286 B
CMake
|
target_sources(${LIB_FSFW_NAME}
|
||
|
PRIVATE
|
||
|
CService200ModeCommanding.cpp
|
||
|
CService201HealthCommanding.cpp
|
||
|
Service17Test.cpp
|
||
|
Service1TelecommandVerification.cpp
|
||
|
Service2DeviceAccess.cpp
|
||
|
Service5EventReporting.cpp
|
||
|
Service8FunctionManagement.cpp
|
||
|
Service9TimeManagement.cpp
|
||
|
)
|