diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-22 23:41:00 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-22 23:41:00 +0900 |
commit | 09c5e2530efde198991f77a2f94acdf56a444374 (patch) | |
tree | efd97da2bb79ae0d6969e31143b700f6ce375523 | |
parent | 00e1473245fd8f68e2e554f7321524d15b9b3f0f (diff) | |
download | filelight-09c5e2530efde198991f77a2f94acdf56a444374.tar.gz filelight-09c5e2530efde198991f77a2f94acdf56a444374.zip |
Use TDE cmake macro to set version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | CMakeLists.txt | 5 |
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 ) |