Files
nimble_gatt_temp_server/main/CMakeLists.txt

6 lines
201 B
CMake
Raw Normal View History

2025-12-01 00:42:14 +01:00
file(GLOB_RECURSE srcs "main.c" "src/*.c")
idf_component_register(SRCS "${srcs}"
2025-12-02 20:07:04 +01:00
PRIV_REQUIRES bt nvs_flash esp_driver_gpio dht
2025-12-01 00:42:14 +01:00
INCLUDE_DIRS "./include")