eive-obsw/unittest/CMakeLists.txt
Robin Mueller 12c5a10662
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
Merge remote-tracking branch 'origin/develop' into mueller/pus-15-tm-storage
2023-02-17 11:20:40 +01:00

10 lines
201 B
CMake

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