mongoose/examples/esp32/main/CMakeLists.txt
2021-11-11 14:21:52 +00:00

5 lines
161 B
CMake

idf_component_register(SRCS "main.c"
"wifi.c"
"mongoose.c")
component_compile_options(-DMG_ENABLE_LINES)