forked from ROMEO/obsw
13 lines
233 B
CMake
13 lines
233 B
CMake
target_sources(lwip_xil PRIVATE
|
|
xadapter.c
|
|
xpqueue.c
|
|
xemacpsif_dma.c
|
|
xemacpsif_physpeed.c
|
|
xemacpsif_hw.c
|
|
xemacpsif.c
|
|
topology.c
|
|
)
|
|
|
|
target_include_directories(lwip_xil PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
|
|
|