6 lines
200 B
CMake
6 lines
200 B
CMake
idf_component_register(
|
|
SRCS "main.cpp" "app_console.cpp"
|
|
INCLUDE_DIRS "."
|
|
REQUIRES "audio" "drivers" "dev_console" "drivers")
|
|
target_compile_options(${COMPONENT_LIB} PRIVATE ${EXTRA_WARNINGS})
|