summaryrefslogtreecommitdiffstats
path: root/po
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2019-06-01 14:06:38 +0200
committerSlávek Banko <[email protected]>2019-06-04 17:21:19 +0200
commitc928c04a152e0bcf2776301e58af2e7f51126ed3 (patch)
treee98c278c9993810389c2796e5d22edf12e819aec /po
parent685bea97d85f679b7251b020f5a63f194e8c631b (diff)
downloadkerberostray-c928c04a152e0bcf2776301e58af2e7f51126ed3.tar.gz
kerberostray-c928c04a152e0bcf2776301e58af2e7f51126ed3.zip
conversion to the cmake building system
Signed-off-by: gregory guy <[email protected]> (cherry picked from commit af37427bb1d7b4da1d563f9fa962c95fdec3628f)
Diffstat (limited to 'po')
-rw-r--r--po/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt
new file mode 100644
index 0000000..ad36a01
--- /dev/null
+++ b/po/CMakeLists.txt
@@ -0,0 +1,5 @@
+file( GLOB _srcs RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.po )
+
+if( _srcs )
+ tde_create_translation( LANG auto OUTPUT_NAME ${PROJECT_NAME} )
+endif( )