eive-obsw/unittest/CMakeLists.txt
Robin Mueller 279697b326
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
test stamp in filename
2022-12-12 16:18:00 +01:00

9 lines
178 B
CMake

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