forked from ROMEO/obsw
10 lines
215 B
CMake
10 lines
215 B
CMake
add_subdirectory(freeRTOS)
|
|
add_subdirectory(ps7_cortexa9_0)
|
|
add_subdirectory(lwip)
|
|
add_subdirectory(newlib)
|
|
add_subdirectory(hardware)
|
|
add_subdirectory(eth)
|
|
|
|
target_sources(${TARGET_NAME} PRIVATE main.c testEth.c)
|
|
|