aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorgabrielgio <gabrielgio@workstation.lan>2024-02-17 21:55:15 +0100
committergabrielgio <gabrielgio@workstation.lan>2024-02-17 21:55:15 +0100
commitf2200e22b05c3801b722cd46617e7bcf64538d17 (patch)
treec3b6c53b39953cecbb316858c767dfde981051bb /CMakeLists.txt
parent0a2e62f57734f820cd20e151d1150342408552ed (diff)
downloaddict-f2200e22b05c3801b722cd46617e7bcf64538d17.tar.gz
dict-f2200e22b05c3801b722cd46617e7bcf64538d17.tar.bz2
dict-f2200e22b05c3801b722cd46617e7bcf64538d17.zip
feat: Add a more "refined" UI
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a88fc55..63c9d1e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,3 +5,4 @@ project(dict VERSION 0.1 LANGUAGES C)
add_subdirectory(ext)
add_subdirectory(importer)
add_subdirectory(lib)
+add_subdirectory(dict)