Files
fsfw/unittests/datapoollocal/CMakeLists.txt
Robin Mueller a88f767cca
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
all tests running again
2022-07-25 19:49:19 +02:00

7 lines
138 B
CMake

target_sources(${FSFW_TEST_TGT} PRIVATE
testLocalPoolVariable.cpp
testLocalPoolVector.cpp
testDataSet.cpp
testLocalPoolManager.cpp
)