mongoose/examples/esp32/main/CMakeLists.txt
2020-12-14 12:58:27 +00:00

5 lines
172 B
CMake

idf_component_register(SRCS "main.c"
"wifi.c"
"../../../mongoose.c"
INCLUDE_DIRS "../../..")