Files
tangara-fw/src/main/CMakeLists.txt
T
2022-12-06 13:17:56 +11:00

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})