mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-04-16 21:13:44 +02:00
5 lines
133 B
CMake
5 lines
133 B
CMake
idf_component_register(SRCS "RestAPI/RestAPI.cpp"
|
|
INCLUDE_DIRS "RestAPI"
|
|
# REQUIRES CommandManager mongoose
|
|
REQUIRES mongoose
|
|
) |