fsfw-example-common/stm32h7/networking/CMakeLists.txt

9 lines
297 B
CMake
Raw Normal View History

# These are part of the RTEMS BSP for RTEMS
if(FSFW_OSAL MATCHES freertos)
2022-05-20 08:38:57 +02:00
target_sources(${TARGET_NAME} PRIVATE ethernetif.c)
endif()
2022-05-20 08:38:57 +02:00
target_sources(
${TARGET_NAME} PRIVATE UdpTcLwIpPollingTask.cpp TmTcLwIpUdpBridge.cpp
networking.cpp app_dhcp.cpp app_ethernet.cpp)