WIP merge cyclically dependent components into one big component
This commit is contained in:
@@ -2,8 +2,5 @@
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-only
|
||||
|
||||
idf_component_register(
|
||||
SRCS "main.cpp"
|
||||
INCLUDE_DIRS "."
|
||||
REQUIRES "audio" "ui" "system_fsm" "events")
|
||||
idf_component_register(SRCS "main.cpp" INCLUDE_DIRS "." REQUIRES "tangara")
|
||||
target_compile_options(${COMPONENT_LIB} PRIVATE ${EXTRA_WARNINGS})
|
||||
|
||||
Reference in New Issue
Block a user