mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-04-21 23:43:44 +02:00
8 lines
175 B
CMake
8 lines
175 B
CMake
idf_component_register(
|
|
SRCS
|
|
"CommandManager/CommandManager.cpp"
|
|
"CommandManager/Commands.cpp"
|
|
INCLUDE_DIRS
|
|
"CommandManager"
|
|
REQUIRES ProjectConfig cJSON
|
|
) |