parent
4bff06c76c
commit
ebcdf93930
@ -1,5 +1,5 @@ |
|||||||
idf_component_register( |
idf_component_register( |
||||||
SRCS "system_fsm.cpp" "running.cpp" "booting.cpp" |
SRCS "system_fsm.cpp" "running.cpp" "booting.cpp" |
||||||
INCLUDE_DIRS "include" |
INCLUDE_DIRS "include" |
||||||
REQUIRES "tinyfsm" "drivers" "database" "ui" "result" "events" "audio") |
REQUIRES "tinyfsm" "drivers" "database" "ui" "result" "events" "audio" "app_console") |
||||||
target_compile_options(${COMPONENT_LIB} PRIVATE ${EXTRA_WARNINGS}) |
target_compile_options(${COMPONENT_LIB} PRIVATE ${EXTRA_WARNINGS}) |
||||||
|
Loading…
Reference in new issue