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