diff options
author | gregory guy <[email protected]> | 2019-06-01 14:06:38 +0200 |
---|---|---|
committer | gregory guy <[email protected]> | 2019-06-01 14:06:38 +0200 |
commit | af37427bb1d7b4da1d563f9fa962c95fdec3628f (patch) | |
tree | a5bd06bff87b0eccc764224e055203d20126475b /po | |
parent | 9e383a775725538b63bfa5f1133e70fc07b51c50 (diff) | |
download | kerberostray-af37427bb1d7b4da1d563f9fa962c95fdec3628f.tar.gz kerberostray-af37427bb1d7b4da1d563f9fa962c95fdec3628f.zip |
conversion to the cmake building system
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'po')
-rw-r--r-- | po/CMakeLists.txt | 5 |
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( ) |