blob: 821909faca250b357dad3e074e03e012d1011382 (
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 d3lphin )
endif( )
|