eive-obsw/unittest/CMakeLists.txt
Robin Mueller 9023405b96
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
some fxes
2023-06-23 16:05:38 +02:00

10 lines
203 B
CMake

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