5 lines
88 B
CMake
5 lines
88 B
CMake
target_sources(${TARGET_NAME} PRIVATE
|
|
STM32TestTask.cpp
|
|
)
|
|
|
|
add_subdirectory(networking) |