mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-07 22:56:11 +00:00
5 lines
175 B
CMake
5 lines
175 B
CMake
FILE(GLOB cfiles *.c)
|
|
FILE(GLOB mongoose_files ../mongoose/*.c)
|
|
idf_component_register(SRCS ${cfiles} ${mongoose_files}
|
|
INCLUDE_DIRS "." "../mongoose")
|