summaryrefslogtreecommitdiff
path: root/src/dev_console/CMakeLists.txt
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2022-11-15 16:36:42 +1100
committerjacqueline <me@jacqueline.id.au>2022-11-15 16:39:54 +1100
commit07e1b5a3284201b4eac36a15c361b85dfba147b5 (patch)
treed623b7b31192486aa4fb0293f5ea5aa36c936a9c /src/dev_console/CMakeLists.txt
parentaef2eb7566e7f8f6caf2481942ce67a31f007563 (diff)
downloadtangara-fw-07e1b5a3284201b4eac36a15c361b85dfba147b5.tar.gz
WIP debug console for testing playback
Diffstat (limited to 'src/dev_console/CMakeLists.txt')
-rw-r--r--src/dev_console/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dev_console/CMakeLists.txt b/src/dev_console/CMakeLists.txt
new file mode 100644
index 00000000..b7e6357e
--- /dev/null
+++ b/src/dev_console/CMakeLists.txt
@@ -0,0 +1,5 @@
+idf_component_register(
+ SRCS "console.cpp"
+ INCLUDE_DIRS "include"
+ REQUIRES "console")
+target_compile_options(${COMPONENT_LIB} PRIVATE ${EXTRA_WARNINGS})