mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-27 15:01:03 +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)
|