eive-obsw/unittest/CMakeLists.txt
Robin Mueller 90d784a796
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
Rework MPSoC handler
2024-04-17 17:58:26 +02:00

12 lines
223 B
CMake

add_subdirectory(controller)
add_subdirectory(mocks)
target_sources(${UNITTEST_NAME} PRIVATE
main.cpp
testEnvironment.cpp
testGenericFilesystem.cpp
hdlcEncodingRw.cpp
mpsocTests.cpp
printChar.cpp
)