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

cmake_minimum_required( VERSION 3.1 )


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

set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" )
include( TDEL10n )


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

tde_l10n_auto_add_subdirectories( )