mongoose/examples/esp32/device-dashboard/main/CMakeLists.txt
2022-06-08 13:54:20 +01:00

8 lines
288 B
CMake

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