Robin Mueller
279697b326
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
9 lines
178 B
CMake
9 lines
178 B
CMake
add_subdirectory(controller)
|
|
add_subdirectory(mocks)
|
|
|
|
target_sources(${UNITTEST_NAME} PRIVATE
|
|
main.cpp
|
|
testEnvironment.cpp
|
|
testStampInFilename.cpp
|
|
printChar.cpp
|
|
) |