summaryrefslogtreecommitdiff
path: root/src/cbor_wrapper/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/cbor_wrapper/CMakeLists.txt')
-rw-r--r--src/cbor_wrapper/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/cbor_wrapper/CMakeLists.txt b/src/cbor_wrapper/CMakeLists.txt
deleted file mode 100644
index cd5186e0..00000000
--- a/src/cbor_wrapper/CMakeLists.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-idf_component_register(
- SRCS "cbor_decoder.cpp" "cbor_encoder.cpp"
- INCLUDE_DIRS "include"
- REQUIRES "cbor" "result")
-
-target_compile_options(${COMPONENT_LIB} PRIVATE ${EXTRA_WARNINGS})