summaryrefslogtreecommitdiffstats
path: root/po/CMakeLists.txt
blob: 7d2e42258be7bcf48ed614779736095cc7e6df71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#################################################
#
#  (C) 2011 Timothy Pearson
#  kb9vqf (AT) pearsoncomputing.net
#
#  Improvements and feedback are welcome
#
#  This file is released under GPL >= 2
#
#################################################

file( GLOB_RECURSE po_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} tdeio-locate.po )

foreach( _po ${po_files} )
  get_filename_component( _lang ${_po} PATH )
  tde_create_translation( FILES ${_po} LANG ${_lang} )
endforeach( )