eive-obsw/test/CMakeLists.txt

5 lines
108 B
CMake
Raw Normal View History

2021-07-16 21:51:30 +02:00
add_subdirectory(testtasks)
2022-03-28 09:08:11 +02:00
add_subdirectory(gpio)
2022-11-28 11:35:28 +01:00
target_sources(${LIB_EIVE_MISSION} PUBLIC TestTask.cpp)