eive-obsw/unittest/CMakeLists.txt
Robin Mueller 6a0b18ffd0
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
that should do the job
2024-04-11 10:49:29 +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
)