new release
This commit is contained in:
12
components/time_service/CMakeLists.txt
Normal file
12
components/time_service/CMakeLists.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
set(srcs
|
||||
"src/time_service.c"
|
||||
"src/time_service_events.c"
|
||||
)
|
||||
|
||||
idf_component_register(
|
||||
SRCS ${srcs}
|
||||
INCLUDE_DIRS "include"
|
||||
PRIV_INCLUDE_DIRS "src"
|
||||
REQUIRES esp_event network
|
||||
PRIV_REQUIRES esp_netif lwip freertos
|
||||
)
|
||||
Reference in New Issue
Block a user