MeshTalos-Client/main/CMakeLists.txt
pictures2333 0f80116be2 tmp
2025-12-31 14:51:35 +08:00

10 lines
328 B
CMake

file(GLOB_RECURSE MY_LIB_SOURCES
"ESP32epdx/src/*.cpp"
"ESP32epdx/src/GUI/*.cpp"
"mpack/src/mpack/*.c"
)
idf_component_register(
SRCS "main.cpp" "EPD.cpp" "mesh_main.c" "mesh_netif.c" "tcphelper.c" "process.c" ${MY_LIB_SOURCES}
INCLUDE_DIRS "" "ESP32epdx/src" "ESP32epdx/src/GUI" "mpack/src/mpack"
)