diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-22 23:37:59 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-22 23:37:59 +0900 |
commit | b1843ceb91e7df64da3f7d17734dffac268b1ca1 (patch) | |
tree | 96a266db38870413f947769b5dc196c9792ab9e6 | |
parent | c8077a53e1eaecbc1fb655374d1dffe3feb6e7dd (diff) | |
download | abakus-b1843ceb91e7df64da3f7d17734dffac268b1ca1.tar.gz abakus-b1843ceb91e7df64da3f7d17734dffac268b1ca1.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 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 ) |