Skip to content

Commit

Permalink
Merge pull request #1 from sieren/add-cmake
Browse files Browse the repository at this point in the history
Add ESP-IDF CMake support
  • Loading branch information
maximkulkin authored Jun 1, 2019
2 parents 2216b13 + 784e97f commit 2b93171
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
set(COMPONENT_SRCDIRS
"cJSON"
)

set(COMPONENT_ADD_INCLUDEDIRS
"cJSON/"
)

register_component()

0 comments on commit 2b93171

Please sign in to comment.