mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-01 19:17:48 +08:00
9 lines
319 B
CMake
9 lines
319 B
CMake
|
idf_component_register(SRCS "main.c"
|
||
|
"wifi.c"
|
||
|
"uart.c"
|
||
|
"cli.c"
|
||
|
"net.c"
|
||
|
"packed_fs.c"
|
||
|
"mongoose.c")
|
||
|
component_compile_options(-DUART_API_IMPLEMENTED=1)
|