mongoose/examples/esp32/uart-bridge/main/CMakeLists.txt

9 lines
319 B
CMake
Raw Normal View History

2022-06-20 01:27:37 +08:00
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)