diff options
author | gregory guy <[email protected]> | 2019-01-01 13:06:27 +0100 |
---|---|---|
committer | gregory guy <[email protected]> | 2019-01-01 13:06:27 +0100 |
commit | d1629627d4dc41b6235448811009b2cbe5c08f43 (patch) | |
tree | 12fac33d740785a6f55906fad8e464cfaafb07bc /po/CMakeLists.txt | |
parent | f718df9cb647c19c8a4b5a54b8248fd9436b70cb (diff) | |
download | tdeio-apt-d1629627d4dc41b6235448811009b2cbe5c08f43.tar.gz tdeio-apt-d1629627d4dc41b6235448811009b2cbe5c08f43.zip |
conversion to the cmake building system
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'po/CMakeLists.txt')
-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..f943cac --- /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( ) |