diff options
Diffstat (limited to 'po/CMakeLists.txt')
-rw-r--r-- | po/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt new file mode 100644 index 0000000..606b49a --- /dev/null +++ b/po/CMakeLists.txt @@ -0,0 +1,4 @@ +include(TranslationsMusl) +add_translations_directory("musl" MUSL_LOCPATH) +add_translations_catalog("musl" + ../musl) |