This partially resolves issue #2. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>pull/3/head
parent
d6befa7beb
commit
707a1272fc
@ -0,0 +1 @@
|
||||
tde_auto_add_subdirectories( )
|
@ -0,0 +1 @@
|
||||
tde_create_handbook( DESTINATION d3lphin )
|
@ -0,0 +1,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( )
|
Loading…
Reference in new issue