Create CMakeLists for cmake compatibility

This commit is contained in:
Dave Olsthoorn 2019-03-16 20:06:30 +01:00 committed by GitHub
parent 2e351ada9a
commit 9bb6788a7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

11
CMakeLists.txt Normal file
View File

@ -0,0 +1,11 @@
set(COMPONENT_SRCDIRS
"src"
"src/aes"
"src/hal"
"src/lmic"
)
set(COMPONENT_ADD_INCLUDEDIRS
"include"
)
register_component()