summaryrefslogtreecommitdiffstats
path: root/po/CMakeLists.txt
blob: 77a63783141000fe6513f87ba70937d8614cb923 (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} wlassistant.po )

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