tomato/other/docker/esp32/bootstrap/CMakeLists.txt

5 lines
91 B
CMake
Raw Normal View History

idf_component_register(
SRCS hello_main.cc
INCLUDE_DIRS "."
REQUIRES esp_netif lwip)