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:27:17 +0900 |
commit | b5f886a126dbdfd07f92251c85b4fb70a1adf2bf (patch) | |
tree | 235753c2b44ad4e206f4d4fdfa8c13f6afe6a16b | |
parent | 8c54ba5b40e22179f2d5844ce5a374036eab229d (diff) | |
download | avahi-tqt-r14.0.x.tar.gz avahi-tqt-r14.0.x.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 508a3f88416b33bc42c355b79fec227318ec4155)
-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 ) |