8000 Add CMakeLists.txt to allow use with ESP-IDF CMake preview · aabadmo4/esp32-snippets@20c0900 · GitHub
[go: up one dir, main page]

Skip to content

Commit 20c0900

Browse files
committed
Add CMakeLists.txt to allow use with ESP-IDF CMake preview
1 parent 9c9ce98 commit 20c0900

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

cpp_utils/CMakeLists.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Edit following two lines to set component requirements (see docs)
2+
set(COMPONENT_REQUIRES )
3+
set(COMPONENT_PRIV_REQUIRES )
4+
5+
set(COMPONENT_ADD_INCLUDEDIRS ".")
6+
7+
register_component()

0 commit comments

Comments
 (0)
0