Files
OpenIris-ESPIDF/components/CommandManager/CMakeLists.txt
Lorow f453db9476 Fix compiling issues, optimize commands a bit, implement some endpoints
TODO break down commands into separate files, implement the rest
2024-11-24 23:24:34 +01:00

8 lines
175 B
CMake

idf_component_register(
SRCS
"CommandManager/CommandManager.cpp"
"CommandManager/Commands.cpp"
INCLUDE_DIRS
"CommandManager"
REQUIRES ProjectConfig cJSON
)