Files
fsfw-example-common/stm32h7/networking/CMakeLists.txt
2021-07-16 13:39:50 +02:00

16 lines
301 B
CMake

# These are part of the RTEMS BSP for RTEMS
if(FSFW_OSAL MATCHES freertos)
target_sources(${TARGET_NAME} PRIVATE
app_ethernet.cpp
ethernetif.c
)
endif()
target_sources(${TARGET_NAME} PRIVATE
UdpTcLwIpPollingTask.cpp
TmTcLwIpUdpBridge.cpp
networking.cpp
app_dhcp.cpp
)