fsfw-example-common/stm32h7/CMakeLists.txt

5 lines
88 B
CMake
Raw Normal View History

2021-07-12 21:21:03 +02:00
target_sources(${TARGET_NAME} PRIVATE
STM32TestTask.cpp
)
add_subdirectory(networking)