fsfw/unittests/datapoollocal/CMakeLists.txt
Robin Mueller 9fedd03ed8
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
fsfw/fsfw/pipeline/pr-development This commit looks good
use cfg struct for local pool API
2022-08-30 11:02:21 +02:00

7 lines
138 B
CMake

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