vision/main/CMakeLists.txt

5 lines
222 B
CMake
Raw Normal View History

idf_component_register(SRCS "main.c" "robot_link.c"
INCLUDE_DIRS "."
REQUIRES nvs_flash esp_wifi esp_http_server esp_event
esp_netif esp_timer)