Files
obsw/bsp_z7/lwip/CMakeLists.txt
2024-10-10 16:04:18 +02:00

11 lines
323 B
CMake

# LWIP_DIR should point to the lwip source, to be set in main CMakeLists.txt
include(${LWIP_DIR}/src/Filelists.cmake)
add_subdirectory(xilinx_eth)
add_subdirectory(bare)
target_link_libraries(lwip_xil PUBLIC freertos_kernel)
# should not need freeRTOS as it is NO_SYS
#target_link_libraries(lwip PUBLIC freertos_kernel)