mirror of
https://github.com/s00500/ESPUI.git
synced 2025-03-13 01:44:58 +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})
|