mirror of
https://github.com/manuelbl/ttn-esp32.git
synced 2025-06-22 23:14:28 +02:00
Create CMakeLists for cmake compatibility
This commit is contained in:
parent
2e351ada9a
commit
9bb6788a7b
11
CMakeLists.txt
Normal file
11
CMakeLists.txt
Normal file
@ -0,0 +1,11 @@
|
||||
set(COMPONENT_SRCDIRS
|
||||
"src"
|
||||
"src/aes"
|
||||
"src/hal"
|
||||
"src/lmic"
|
||||
)
|
||||
set(COMPONENT_ADD_INCLUDEDIRS
|
||||
"include"
|
||||
)
|
||||
|
||||
register_component()
|
Loading…
Reference in New Issue
Block a user