fsfw-example-common/stm32h7/CMakeLists.txt

5 lines
88 B
CMake

target_sources(${TARGET_NAME} PRIVATE
STM32TestTask.cpp
)
add_subdirectory(networking)