eive-obsw/linux/payload/CMakeLists.txt
Robin Mueller 4a4da86060
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
leave the old stuff untouched
2024-04-11 16:23:09 +02:00

16 lines
446 B
CMake

target_sources(
${OBSW_NAME}
PUBLIC PlocMemoryDumper.cpp
PlocMpsocHandler.cpp
MpsocCommunication.cpp
SerialCommunicationHelper.cpp
FreshMpsocHandler.cpp
FreshSupvHandler.cpp
PlocMpsocSpecialComHelperLegacy.cpp
PlocMpsocSpecialComHelper.cpp
plocMpsocHelpers.cpp
PlocSupvUartMan.cpp
ScexDleParser.cpp
ScexHelper.cpp
ScexUartReader.cpp)