1
0
mirror of https://github.com/s00500/ESPUI.git synced 2024-11-22 09:10:54 +00:00
ESPUI/CMakeLists.txt
2023-12-10 13:56:29 +02:00

9 lines
156 B
CMake

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