1
0
mirror of https://github.com/s00500/ESPUI.git synced 2024-11-22 19:20:59 +00:00
ESPUI/CMakeLists.txt

9 lines
156 B
CMake
Raw Normal View History

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