upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/main/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'main/CMakeLists.txt')
-rw-r--r--main/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt
index 5650309..2eef030 100644
--- a/main/CMakeLists.txt
+++ b/main/CMakeLists.txt
@@ -6,6 +6,8 @@ idf_component_register(SRCS "tollgate_main.c"
6 "cashu.c" 6 "cashu.c"
7 "session.c" 7 "session.c"
8 "tollgate_api.c" 8 "tollgate_api.c"
9 "wallet.c"
10 "wallet_persist.c"
9 INCLUDE_DIRS "." "${IDF_PATH}/components/lwip/include/apps" 11 INCLUDE_DIRS "." "${IDF_PATH}/components/lwip/include/apps"
10 REQUIRES esp_wifi esp_event esp_netif nvs_flash esp_http_server 12 REQUIRES esp_wifi esp_event esp_netif nvs_flash esp_http_server
11 lwip json esp_http_client mbedtls esp-tls log spiffs 13 lwip json esp_http_client mbedtls esp-tls log spiffs