1
0
mirror of https://github.com/s00500/ESPUI.git synced 2024-11-26 00:21:27 +00:00
ESPUI/CMakeLists.txt
2023-11-30 14:54:50 +02:00

10 lines
173 B
CMake

set(includedirs src)
set(req arduino ESPAsyncWebServer ArduinoJson)
idf_component_register(
INCLUDE_DIRS ${includedirs}
SRC_DIRS src
SRCS ${SOURCES}
REQUIRES ${req})