Files
OpenIris-ESPIDF/components/RestAPI/CMakeLists.txt

4 lines
111 B
CMake

idf_component_register(SRCS "RestAPI/RestAPI.cpp"
INCLUDE_DIRS "RestAPI"
REQUIRES CommandManager mongoose
)