This partially resolves issue #2.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 707a1272fc
)
r14.0.x
parent
e404567f77
commit
2aebb287fa
@ -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