Skip to content

Commit

Permalink
Add CMakeLists.txt to allow use with ESP-IDF CMake preview
Browse files Browse the repository at this point in the history
  • Loading branch information
srounce committed Dec 24, 2018
1 parent 9c9ce98 commit 20c0900
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cpp_utils/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Edit following two lines to set component requirements (see docs)
set(COMPONENT_REQUIRES )
set(COMPONENT_PRIV_REQUIRES )

set(COMPONENT_ADD_INCLUDEDIRS ".")

register_component()

0 comments on commit 20c0900

Please sign in to comment.