6 lines
197 B
CMake
6 lines
197 B
CMake
file(GLOB_RECURSE srcs "main.c" "src/*.c")
|
|
|
|
idf_component_register(SRCS "${srcs}"
|
|
PRIV_REQUIRES bt nvs_flash esp_driver_gpio
|
|
INCLUDE_DIRS "./include")
|