blob: c142def873bc5dcb3658782e6447f3ecbbf24728 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
################################################################################
# twin-style-mallory #
# ------------------ #
# This file is licensed under the terms of GNU GPL v3 or later. #
# Improvements and feedback are welcome. #
################################################################################
### Includes ###################################################################
include(TDEL10n)
include(TDEVersion)
### Version setup ##############################################################
cmake_minimum_required(VERSION ${TDE_CMAKE_MINIMUM_VERSION})
### Translation templates ######################################################
tde_l10n_auto_add_subdirectories()
|