mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-15 09:49:19 +08:00
9 lines
326 B
CMake
9 lines
326 B
CMake
idf_component_register(SRCS "main.c"
|
|
"wifi.c"
|
|
"net.c"
|
|
"packed_fs.c"
|
|
"mjson.c"
|
|
"mongoose.c")
|
|
component_compile_options(-DMG_ENABLE_LINES)
|
|
component_compile_options(-DMG_ENABLE_PACKED_FS)
|