summaryrefslogtreecommitdiff
path: root/src/dev_console/CMakeLists.txt
diff options
context:
space:
mode:
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})