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