summaryrefslogtreecommitdiffstats
path: root/po
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2019-01-04 23:04:03 +0100
committergregory guy <[email protected]>2019-01-04 23:04:03 +0100
commit4a479930bbaafbeeaaf525507eb0af47ea2adcd2 (patch)
tree08cb28d533bcd21ed01da07d734990d612bef09a /po
parentec7d3bd017cec514f434457c101a6982a17cb32d (diff)
downloadkcmldap-4a479930bbaafbeeaaf525507eb0af47ea2adcd2.tar.gz
kcmldap-4a479930bbaafbeeaaf525507eb0af47ea2adcd2.zip
conversion to the cmake building system
Signed-off-by: gregory guy <[email protected]>
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( )