diff options
Diffstat (limited to 'components/tollgate_core/CMakeLists.txt')
| -rw-r--r-- | components/tollgate_core/CMakeLists.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/components/tollgate_core/CMakeLists.txt b/components/tollgate_core/CMakeLists.txt new file mode 100644 index 0000000..fc6b6f1 --- /dev/null +++ b/components/tollgate_core/CMakeLists.txt | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | idf_component_register( | ||
| 2 | SRCS "src/tollgate_core.c" | ||
| 3 | "src/tollgate_core_cashu.c" | ||
| 4 | "src/tollgate_core_dns.c" | ||
| 5 | "src/tollgate_core_firewall.c" | ||
| 6 | "src/tollgate_core_session.c" | ||
| 7 | INCLUDE_DIRS "include" "src" | ||
| 8 | REQUIRES lwip json esp_http_client mbedtls log esp_netif | ||
| 9 | PRIV_REQUIRES esp_wifi) | ||