1
0
mirror of https://github.com/manuelbl/ttn-esp32.git synced 2025-06-23 15:34:28 +02:00
ttn-esp32/CMakeLists.txt
2019-03-16 20:39:01 +01:00

15 lines
184 B
CMake

set(COMPONENT_SRCDIRS
"src"
"src/aes"
"src/hal"
"src/lmic"
)
set(COMPONENT_ADD_INCLUDEDIRS
"include"
)
set(COMPONENT_REQUIRES
nvs_flash
)
register_component()