mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-15 18:09:15 +08:00
6 lines
249 B
CMake
6 lines
249 B
CMake
idf_component_register(SRCS "main.c"
|
|
"wifi.c"
|
|
"../../../mongoose.c"
|
|
INCLUDE_DIRS "../../..")
|
|
component_compile_options(-DMG_ENABLE_DIRECTORY_LISTING=1 -DMG_ENABLE_LINES)
|