eive-obsw/unittest/controller/CMakeLists.txt

6 lines
128 B
CMake
Raw Normal View History

2022-02-10 18:15:33 +01:00
target_sources(${UNITTEST_NAME} PRIVATE
testThermalController.cpp
2022-05-10 17:49:10 +02:00
testAcsController.cpp
testConfigFileHandler.cpp
)