mongoose/examples/esp32/main/CMakeLists.txt

5 lines
172 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 "../../..")