diff options
Diffstat (limited to 'main/CMakeLists.txt')
| -rw-r--r-- | main/CMakeLists.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt index 2eef030..df69283 100644 --- a/main/CMakeLists.txt +++ b/main/CMakeLists.txt | |||
| @@ -6,9 +6,12 @@ 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" | 9 | "identity.c" |
| 10 | "wallet_persist.c" | 10 | "nostr_event.c" |
| 11 | INCLUDE_DIRS "." "${IDF_PATH}/components/lwip/include/apps" | 11 | "geohash.c" |
| 12 | "wifistr.c" | ||
| 13 | INCLUDE_DIRS "." | ||
| 12 | REQUIRES esp_wifi esp_event esp_netif nvs_flash esp_http_server | 14 | REQUIRES esp_wifi esp_event esp_netif nvs_flash esp_http_server |
| 13 | lwip json esp_http_client mbedtls esp-tls log spiffs | 15 | lwip json esp_http_client mbedtls esp-tls log spiffs |
| 16 | nucula_lib secp256k1 | ||
| 14 | PRIV_REQUIRES esp-tls) | 17 | PRIV_REQUIRES esp-tls) |