Robin Mueller
9023405b96
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
10 lines
203 B
CMake
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
|
|
) |