Skip to content

Commit

Permalink
Add support for esp-idf build system
Browse files Browse the repository at this point in the history
  • Loading branch information
ecc1 committed Mar 14, 2019
1 parent b232e7f commit b002099
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
set(COMPONENT_ADD_INCLUDEDIRS src)
set(COMPONENT_SRCDIRS src)
list(APPEND COMPONENT_REQUIRES bt nvs_flash)
register_component()
2 changes: 2 additions & 0 deletions component.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
COMPONENT_ADD_INCLUDEDIRS := src
COMPONENT_SRCDIRS := src

0 comments on commit b002099

Please sign in to comment.