7 lines
103 B
CMake
7 lines
103 B
CMake
|
target_sources(${TARGET_NAME}
|
||
|
PRIVATE
|
||
|
TestCookie.cpp
|
||
|
TestDeviceHandler.cpp
|
||
|
TestEchoComIF.cpp
|
||
|
)
|