Files
fsfw/unittests/globalfunctions/CMakeLists.txt
T

8 lines
153 B
CMake
Raw Normal View History

2021-10-07 13:24:46 +02:00
target_sources(${FSFW_TEST_TGT} PRIVATE
2021-09-08 23:33:10 +02:00
testDleEncoder.cpp
2021-11-10 18:48:02 +01:00
testOpDivider.cpp
testBitutil.cpp
testCRC.cpp
2022-03-25 18:47:31 +01:00
testTimevalOperations.cpp
2021-01-15 17:06:05 +01:00
)