forked from ROMEO/obsw
11 lines
323 B
CMake
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) |