mirror of
https://github.com/s00500/ESPUI.git
synced 2025-07-04 11:20:19 +00:00
CmakeLists correct
This commit is contained in:
@ -5,5 +5,4 @@ set(req arduino ESPAsyncWebServer ArduinoJson)
|
|||||||
idf_component_register(
|
idf_component_register(
|
||||||
INCLUDE_DIRS ${includedirs}
|
INCLUDE_DIRS ${includedirs}
|
||||||
SRC_DIRS src
|
SRC_DIRS src
|
||||||
SRCS ${SOURCES}
|
|
||||||
REQUIRES ${req})
|
REQUIRES ${req})
|
||||||
|
Reference in New Issue
Block a user