mongoose/examples/esp32/main/CMakeLists.txt

6 lines
249 B
CMake
Raw Normal View History

2020-12-14 20:58:27 +08:00
idf_component_register(SRCS "main.c"
"wifi.c"
"../../../mongoose.c"
INCLUDE_DIRS "../../..")
component_compile_options(-DMG_ENABLE_DIRECTORY_LISTING=1 -DMG_ENABLE_LINES)