esp-idf/examples/ethernet/eth2ap/main/CMakeLists.txt
suda-morris 813c9dcf22 ethernet: add eth2ap example
This example illustrates how to do Layer2 packet forwarding bussiness between Wi-Fi and Ethernet.
2019-06-20 22:12:56 +08:00

7 lines
103 B
CMake

set(COMPONENT_SRCS "eth2ap_example_main.c")
set(COMPONENT_ADD_INCLUDEDIRS ".")
register_component()