summaryrefslogtreecommitdiffstats
path: root/po/CMakeLists.txt
blob: 46fba83f22037b6c121c0018f0cf33ec5fd442d0 (plain)
1
2
3
4
5
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( )