diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-03-14 14:45:40 +0100 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-03-18 18:57:51 +0900 |
commit | c2aeadd30ff54cdd7482cbc94e6c730657ebc376 (patch) | |
tree | 6a23e342c7cc640fef9adb9ba19986980ad11f0d /po | |
parent | bc4c38d3d08c7a6e2d2b52f9eaf8a84da6c3f73d (diff) | |
download | kstreamripper-c2aeadd30ff54cdd7482cbc94e6c730657ebc376.tar.gz kstreamripper-c2aeadd30ff54cdd7482cbc94e6c730657ebc376.zip |
Conversion to the cmake building system.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit 6d5cbbbea9dd0b8bafb91cdf13366b45da9c61d1)
Diffstat (limited to 'po')
-rw-r--r-- | po/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt new file mode 100644 index 0000000..46fba83 --- /dev/null +++ b/po/CMakeLists.txt @@ -0,0 +1,6 @@ +# build translations if some are already available + +file( GLOB _srcs RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.po ) +if( _srcs ) + tde_create_translation( LANG auto OUTPUT_NAME ${PROJECT_NAME} ) +endif( ) |