mongoose/examples/esp32/device-dashboard/main/CMakeLists.txt
2024-04-19 10:47:16 -03:00

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")