From c73c8a4585227fcf1aecdc1a5606a5b9b808bf33 Mon Sep 17 00:00:00 2001 From: Mavridis Philippe Date: Sun, 6 Oct 2024 14:54:52 +0300 Subject: [PATCH] Enable installation of translations Signed-off-by: Mavridis Philippe --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 80bf654..91acce1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,6 +42,6 @@ configure_file(config.h.cmake config.h @ONLY) ### Subdirectories ############################################################# add_subdirectory(malloryclient) tde_conditional_add_subdirectory(BUILD_COLORSCHEMES colorscheme) -# tde_conditional_add_project_translations() +tde_conditional_add_project_translations() -# kate: indent-width 2; replace-tabs true; \ No newline at end of file +# kate: indent-width 2; replace-tabs true;