summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-22 23:37:59 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-22 23:37:59 +0900
commitb1843ceb91e7df64da3f7d17734dffac268b1ca1 (patch)
tree96a266db38870413f947769b5dc196c9792ab9e6
parentc8077a53e1eaecbc1fb655374d1dffe3feb6e7dd (diff)
downloadabakus-b1843ceb.tar.gz
abakus-b1843ceb.zip
Use TDE cmake macro to set version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f17c63d..3421098 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -34,6 +34,11 @@ include( FindPkgConfig )
include( TDEMacros )
+##### set version number ########################
+
+tde_set_project_version( )
+
+
##### setup install paths #######################
include( TDESetupPaths )