6 lines
128 B
CMake
6 lines
128 B
CMake
target_sources(${UNITTEST_NAME} PRIVATE
|
|
testThermalController.cpp
|
|
testAcsController.cpp
|
|
testConfigFileHandler.cpp
|
|
)
|