diff options
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r-- | CMakeL10n.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt new file mode 100644 index 0000000..c142def --- /dev/null +++ b/CMakeL10n.txt @@ -0,0 +1,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()
\ No newline at end of file |