summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--musl-po/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/musl-po/CMakeLists.txt b/musl-po/CMakeLists.txt
index c8368e8..e3d5f5c 100644
--- a/musl-po/CMakeLists.txt
+++ b/musl-po/CMakeLists.txt
@@ -1,4 +1,5 @@
+include(Translations)
include(TranslationsMusl)
add_musl_translations_directory("musl" "${MUSL_LOCPATH}")
add_musl_translations_catalog("musl"
- ../musl) \ No newline at end of file
+ ../musl)