mirror of
https://github.com/Lurkars/esp-ena.git
synced 2024-11-01 11:04:39 +01:00
19 lines
387 B
CMake
19 lines
387 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
|
|
nanopb
|
|
EMBED_FILES
|
|
"test/export.bin"
|
|
"test/export.sig"
|
|
) |