diff options
author | gregory guy <g-gregory@gmx.fr> | 2019-03-19 19:07:39 +0100 |
---|---|---|
committer | gregory guy <g-gregory@gmx.fr> | 2019-03-19 19:07:39 +0100 |
commit | e7c75e712197761e6b8ac4ab59b88ef9a1896eae (patch) | |
tree | 4f9ef172cd50448e7daf95c35db39f19d85efbb3 /translations | |
parent | 784fe7d12a8d87f08e1e287cba90857ff56e3e49 (diff) | |
download | tde-style-lipstik-e7c75e712197761e6b8ac4ab59b88ef9a1896eae.tar.gz tde-style-lipstik-e7c75e712197761e6b8ac4ab59b88ef9a1896eae.zip |
conversion to the cmake building system
Signed-off-by: gregory guy <g-gregory@gmx.fr>
Diffstat (limited to 'translations')
-rw-r--r-- | translations/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/translations/CMakeLists.txt b/translations/CMakeLists.txt new file mode 100644 index 0000000..ad36a01 --- /dev/null +++ b/translations/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( ) |