summaryrefslogtreecommitdiffstats
path: root/po
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2019-02-08 13:39:11 +0100
committerSlávek Banko <[email protected]>2019-02-24 15:24:57 +0100
commit0d0d685257284eb921209774574d11d4c587be7d (patch)
tree7cc86dec77d836b0ee7a326d0893cb33d12051dd /po
parentf3001ad7f07b8855b6039be7e2180f7021998eeb (diff)
downloadkbarcode-0d0d685257284eb921209774574d11d4c587be7d.tar.gz
kbarcode-0d0d685257284eb921209774574d11d4c587be7d.zip
conversion to the cmake building system
Signed-off-by: gregory guy <[email protected]> (cherry picked from commit ee94e3dcbe5a7c9d76a49811e101333d5a6fbf89)
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( )