upleb.uk

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

summaryrefslogtreecommitdiff
path: root/components/tollgate_core/CMakeLists.txt
blob: fc6b6f11c4ee4ca65f9ba057bd6598bbe2efd97e (plain)
1
2
3
4
5
6
7
8
9
idf_component_register(
    SRCS "src/tollgate_core.c"
         "src/tollgate_core_cashu.c"
         "src/tollgate_core_dns.c"
         "src/tollgate_core_firewall.c"
         "src/tollgate_core_session.c"
    INCLUDE_DIRS "include" "src"
    REQUIRES lwip json esp_http_client mbedtls log esp_netif
    PRIV_REQUIRES esp_wifi)