eive-obsw/unittest/CMakeLists.txt
Ulrich Mohr f1249392cf
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
skeleton controller now unittested including fsfw. Still dirty WIP
2022-02-10 18:54:09 +01:00

7 lines
103 B
CMake

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