mirror of
https://github.com/s00500/ESPUI.git
synced 2025-02-18 07:07:02 +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})
|