summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/CMakeLists.txt')
-rw-r--r--src/3rdparty/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/3rdparty/CMakeLists.txt b/src/3rdparty/CMakeLists.txt
new file mode 100644
index 0000000000..d3b30fea65
--- /dev/null
+++ b/src/3rdparty/CMakeLists.txt
@@ -0,0 +1,3 @@
+add_subdirectory(tinycbor)
+add_subdirectory(harfbuzz)
+add_subdirectory(double-conversion)