diff options
Diffstat (limited to 'main/CMakeLists.txt')
| -rw-r--r-- | main/CMakeLists.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt new file mode 100644 index 0000000..2c94ff1 --- /dev/null +++ b/main/CMakeLists.txt | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | idf_component_register(SRCS "tollgate_main.c" | ||
| 2 | "config.c" | ||
| 3 | "dns_server.c" | ||
| 4 | "captive_portal.c" | ||
| 5 | "firewall.c" | ||
| 6 | INCLUDE_DIRS "." | ||
| 7 | REQUIRES esp_wifi esp_event esp_netif nvs_flash esp_http_server | ||
| 8 | lwip json esp_http_client esp_tls log | ||
| 9 | PRIV_REQUIRES lwip) | ||