1
0
mirror of https://github.com/s00500/ESPUI.git synced 2024-11-26 05:21:29 +00:00
ESPUI/CMakeLists.txt

10 lines
173 B
CMake
Raw Normal View History

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