summaryrefslogtreecommitdiff
path: root/components/sntp/CMakeLists.txt
blob: fc734f5a7f0ab017d1cf098c2723a1abddbc95a1 (plain)
1
2
3
idf_component_register(SRCS "time_sntp.c"
                    INCLUDE_DIRS "."
                    PRIV_REQUIRES esp_system esp_netif esp_event)