fsfw/unittests/container/CMakeLists.txt

11 lines
280 B
CMake
Raw Permalink Normal View History

2022-08-03 13:15:49 +02:00
target_sources(
${FSFW_TEST_TGT}
PRIVATE RingBufferTest.cpp
TestArrayList.cpp
TestDynamicFifo.cpp
TestFifo.cpp
TestFixedArrayList.cpp
TestFixedMap.cpp
TestFixedOrderedMultimap.cpp
TestPlacementFactory.cpp)