fsfw/src/fsfw/globalfunctions/CMakeLists.txt
Robin Mueller 7fee852dbd
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
re-apply updated auto-formatter
2022-05-16 14:55:15 +02:00

13 lines
274 B
CMake

target_sources(
${LIB_FSFW_NAME}
PRIVATE arrayprinter.cpp
AsciiConverter.cpp
CRC.cpp
DleEncoder.cpp
PeriodicOperationDivider.cpp
timevalOperations.cpp
Type.cpp
bitutility.cpp)
add_subdirectory(math)