summaryrefslogtreecommitdiff
path: root/musl-po
diff options
context:
space:
mode:
authorKonstantin <ria.freelander@gmail.com>2017-11-18 18:37:07 +0300
committerKonstantin <ria.freelander@gmail.com>2017-11-18 18:37:07 +0300
commit74a7557cfe5d8dafde979be4c5b04fb5a382b2bf (patch)
tree10a042e6e3dd66c643352bfce5b2541d2d957cbc /musl-po
parent0762582299f52182f429abfc34cfcb3b5b944670 (diff)
downloadmusl-locales-74a7557cfe5d8dafde979be4c5b04fb5a382b2bf.tar.gz
musl-locales-74a7557cfe5d8dafde979be4c5b04fb5a382b2bf.tar.bz2
musl-locales-74a7557cfe5d8dafde979be4c5b04fb5a382b2bf.tar.xz
musl-locales-74a7557cfe5d8dafde979be4c5b04fb5a382b2bf.zip
Add missing include
Diffstat (limited to 'musl-po')
-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)