mirror of
https://github.com/manuelbl/ttn-esp32.git
synced 2025-06-15 04:14:28 +02:00
12 lines
145 B
CMake
12 lines
145 B
CMake
set(COMPONENT_SRCDIRS
|
|
"src"
|
|
"src/aes"
|
|
"src/hal"
|
|
"src/lmic"
|
|
)
|
|
set(COMPONENT_ADD_INCLUDEDIRS
|
|
"include"
|
|
)
|
|
|
|
register_component()
|