9 lines
74 B
CMake
9 lines
74 B
CMake
target_sources(${TARGET_NAME} PUBLIC
|
|
UartComIF.cpp
|
|
UartCookie.cpp
|
|
)
|
|
|
|
|
|
|
|
|