diff --git a/CMakeLists.txt b/CMakeLists.txt index 9c6cd02..261492a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,8 +6,13 @@ # This software is licensed under the terms of the GNU GPL v3 license. # ################################################################################ -cmake_minimum_required( VERSION 3.1 ) +##### set project version ######################## +include( TDEVersion ) +cmake_minimum_required( VERSION ${TDE_CMAKE_MINIMUM_VERSION} ) +tde_set_project_version( ) + +##### set project name ########################### project( xdg-desktop-portal-tde ) ### Required modules ########################################################### @@ -21,9 +26,9 @@ include( CheckCXXSourceCompiles ) ### TDE macros ################################################################# include( TDEMacros ) -tde_set_project_version( ) - include( TDESetupPaths ) + +### Basic project setup ######################################################## tde_setup_paths( ) ### Optional support ###########################################################