mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-15 01:02:20 +08:00
8 lines
288 B
CMake
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)
|