mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-10 14:18:35 +08:00
8 lines
313 B
CMake
8 lines
313 B
CMake
idf_component_register(SRCS "main.c"
|
|
"wifi.c"
|
|
"net.c"
|
|
"packed_fs.c"
|
|
"mongoose.c")
|
|
component_compile_options(-DHTTP_URL="http://0.0.0.0:80")
|
|
component_compile_options(-DHTTPS_URL="https://0.0.0.0:443")
|