8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20c0900 commit b3670f1Copy full SHA for b3670f1
cpp_utils/CMakeLists.txt
@@ -1,7 +1,20 @@
1
# Edit following two lines to set component requirements (see docs)
2
-set(COMPONENT_REQUIRES )
+set(COMPONENT_REQUIRES
3
+ "console"
4
+ "fatfs"
5
+ "json"
6
+ "mdns"
7
+ "nvs_flash"
8
+)
9
set(COMPONENT_PRIV_REQUIRES )
10
11
+file(GLOB COMPONENT_SRCS
12
+ LIST_DIRECTORIES false
13
+ "*.h"
14
+ "*.cpp"
15
+ "*.c"
16
+ "*.S"
17
18
set(COMPONENT_ADD_INCLUDEDIRS ".")
19
20
register_component()
0 commit comments