mirror of
https://github.com/Lurkars/esp-ena.git
synced 2024-11-01 11:04:39 +01:00
14 lines
260 B
CMake
14 lines
260 B
CMake
idf_component_register(
|
|
SRCS
|
|
"beacons.c"
|
|
"bluetooth-advertise.c"
|
|
"bluetooth-scan.c"
|
|
"crypto.c"
|
|
"ena.c"
|
|
"storage.c"
|
|
INCLUDE_DIRS "include"
|
|
PRIV_REQUIRES
|
|
spi_flash
|
|
mbedtls
|
|
bt
|
|
) |