summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-24 12:36:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-24 12:36:11 +0900
commit4e01e4b2178cc5c371c4205318a8494b737349a9 (patch)
treea07fb8d472bdf3ccbfe9db2451767dd86f526bb6
parentf0b205b67115b928a311958de23593885ed25da9 (diff)
downloadwlassistant-4e01e4b2.tar.gz
wlassistant-4e01e4b2.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 a31cb2d..6b8044c 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 )