summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/tinycbor/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/tinycbor/CMakeLists.txt')
-rw-r--r--src/3rdparty/tinycbor/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/3rdparty/tinycbor/CMakeLists.txt b/src/3rdparty/tinycbor/CMakeLists.txt
deleted file mode 100644
index d0c90165bf..0000000000
--- a/src/3rdparty/tinycbor/CMakeLists.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-add_library(tinycbor INTERFACE)
-target_include_directories(tinycbor
- INTERFACE
- $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/src>)
-
-qt_install_3rdparty_library(tinycbor)