mirror of
https://github.com/s00500/ESPUI.git
synced 2024-11-22 14:20:53 +00:00
9 lines
156 B
CMake
9 lines
156 B
CMake
set(includedirs src)
|
|
|
|
set(req arduino ESPAsyncWebServer ArduinoJson)
|
|
|
|
idf_component_register(
|
|
INCLUDE_DIRS ${includedirs}
|
|
SRC_DIRS src
|
|
REQUIRES ${req})
|