summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-22 23:41:00 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-22 23:41:00 +0900
commit09c5e2530efde198991f77a2f94acdf56a444374 (patch)
treeefd97da2bb79ae0d6969e31143b700f6ce375523
parent00e1473245fd8f68e2e554f7321524d15b9b3f0f (diff)
downloadfilelight-09c5e253.tar.gz
filelight-09c5e253.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 7a9e382..69b6840 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -36,6 +36,11 @@ include( CheckSymbolExists )
include( TDEMacros )
+##### set version number ########################
+
+tde_set_project_version( )
+
+
##### setup install paths #######################
include( TDESetupPaths )