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:39:15 +0900
commit310924b7c89ea82eccfac6751ffb01ac4da51191 (patch)
tree4f3b36361862f0c219e3e2a9b4e3a59661769027
parentb6466b5122667895fbfc0c5593ffcc1711f26898 (diff)
downloadabakus-310924b7c89ea82eccfac6751ffb01ac4da51191.tar.gz
abakus-310924b7c89ea82eccfac6751ffb01ac4da51191.zip
Use TDE cmake macro to set version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b1843ceb91e7df64da3f7d17734dffac268b1ca1)
-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 )