summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-08-09 16:52:50 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-08-09 16:52:50 +0200
commit1dcf4d9aa4156d726b57d3cb3d2ac14b590d0ff4 (patch)
treecbb488d36e26c963e0e71637380366ca8531e9a2 /CMakeLists.txt
parent014bf6a01b5564bdd8bb3e475845ef40901c0878 (diff)
downloadmathemagics-1dcf4d9aa4156d726b57d3cb3d2ac14b590d0ff4.tar.gz
mathemagics-1dcf4d9aa4156d726b57d3cb3d2ac14b590d0ff4.zip
Add CMakeL10n rules.
Strings with translations extracted from the desktop file into PO files. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 028421e..048c790 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -68,7 +68,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined"
add_subdirectory( ${PROJECT_NAME} )
tde_conditional_add_subdirectory( BUILD_DOC doc )
-#tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po )
+tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations )
##### write configure files