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

8 lines
131 B
CMake

target_sources(${TARGET_NAME} PRIVATE
app_dhcp.c
app_ethernet.c
ethernetif.c
UdpTcLwIpPollingTask.cpp
TmTcLwIpUdpBridge.cpp
)