summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
blob: 3c4ffcffe7dcc0d96d249d878a1770aba52a74d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#########################################
#                                       #
# Improvements and feedback are welcome #
#                                       #
#  This file is released under GPL >=2  #
#                                       #
#########################################

cmake_minimum_required( VERSION 3.5 )


##### include our cmake modules #########

include( TDEL10n )


##### create translation templates ######

tde_l10n_auto_add_subdirectories( )