summaryrefslogtreecommitdiffstats
path: root/po/CMakeLists.txt
blob: 1007122c99ef443e37f7a4ef002ccad743d03d73 (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 tdeio_umountwrapper )
endif( )