################################################################################ # 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()