Files
fsfw-example-common/stm32h7/CMakeLists.txt
2021-07-12 21:21:03 +02:00

5 lines
88 B
CMake

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