summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-20 17:45:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-20 17:55:59 +0900
commit84c1344fcfa604587df66a849b1d7855fcaccaf1 (patch)
treee1ca9d96edcf59799dd9bf4b18678de4f0452e05
parent9b5c9a25b52dc5aac3dabde8b296290a51441571 (diff)
downloadtqtinterface-r14.0.x.tar.gz
tqtinterface-r14.0.x.zip
Use TDE cmake macro to set versionr14.0.13r14.0.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 21cd206930efb1aa7cf97b150e9f29d9a8814bfc)
-rw-r--r--CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 86dd98f..33736c3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -39,6 +39,11 @@ include( GNUInstallDirs OPTIONAL )
include( TDEMacros )
+##### set version number ########################
+
+tde_set_project_version( )
+
+
##### install paths setup
tde_setup_install_path( EXEC_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}" )