eive-obsw/unittest/CMakeLists.txt
Ulrich Mohr 3400c538b3
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
added EventManagerMock, to be extended and moved into fsfw some day
2022-02-16 18:15:06 +01:00

8 lines
144 B
CMake

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