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 00f7e8c commit c58f4eeCopy full SHA for c58f4ee
examples/esp32/main/CMakeLists.txt
@@ -1,5 +1,4 @@
1
idf_component_register(SRCS "main.c"
2
"wifi.c"
3
- "../../../mongoose.c"
4
- INCLUDE_DIRS "../../..")
+ "mongoose.c")
5
component_compile_options(-DMG_ENABLE_LINES)
examples/esp32/main/mongoose.c
@@ -0,0 +1 @@
+../../../mongoose.c
examples/esp32/main/mongoose.h
+../../../mongoose.h
0 commit comments