5 lines
91 B
CMake
5 lines
91 B
CMake
|
idf_component_register(
|
||
|
SRCS hello_main.cc
|
||
|
INCLUDE_DIRS "."
|
||
|
REQUIRES esp_netif lwip)
|