diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-20 18:29:42 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-20 18:29:42 +0900 |
commit | aeb70101ef7de107709fded37e79649858b88098 (patch) | |
tree | 849f1b90a8a4c0212d03a202b8d72390de20f8ea | |
parent | face487fad127932bc5ebb462193d804b75a4698 (diff) | |
download | dbus-1-tqt-aeb70101ef7de107709fded37e79649858b88098.tar.gz dbus-1-tqt-aeb70101ef7de107709fded37e79649858b88098.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 8e8f1b4..43344c4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,6 +23,11 @@ include( CheckSymbolExists ) include( TDEMacros ) +##### set version number ######################## + +tde_set_project_version( ) + + ##### optional stuff option( WITH_ALL_OPTIONS "Enable all optional support" OFF ) |