This repository has been archived on 2023-07-17. You can view files and clone it, but cannot push or open issues or pull requests.
bl_mcu_sdk/examples/emac/emac_uip/CMakeLists.txt
2021-06-04 18:15:23 +08:00

7 lines
196 B
CMake

set(mains emac_basic.c )
set(TARGET_REQUIRED_SRCS emac_bd.c clock-arch.c tapdev.c timer.c uip.c uip_arp.c psock.c httpd.c httpd-cgi.c httpd-fs.c http-strings.c uip_main.c)
generate_bin()