diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-20 19:26:44 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-20 19:26:44 +0900 |
commit | 508a3f88416b33bc42c355b79fec227318ec4155 (patch) | |
tree | 235753c2b44ad4e206f4d4fdfa8c13f6afe6a16b | |
parent | fd5c967cc7f511114f46fd174b260a3937960337 (diff) | |
download | avahi-tqt-508a3f88416b33bc42c355b79fec227318ec4155.tar.gz avahi-tqt-508a3f88416b33bc42c355b79fec227318ec4155.zip |
Use TDE cmake macro to set versionr14.1.0
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 261334e..526af89 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,6 +30,11 @@ include( FindPkgConfig ) include( TDEMacros ) +##### set version number ######################## + +tde_set_project_version( ) + + ##### setup install paths ####################### include( TDESetupPaths ) |