diff options
author | Michele Calgaro <[email protected]> | 2022-06-20 18:29:42 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-06-20 18:30:17 +0900 |
commit | 2af6c41a60c2e5809d03d80fc15dfcc05fda7ea4 (patch) | |
tree | 4deb27775bdad3c53411e5c98355e6c98c32c07b | |
parent | 2437472f2834b272079a728cc2be94bd0c4a1bc5 (diff) | |
download | dbus-1-tqt-r14.0.x.tar.gz dbus-1-tqt-r14.0.x.zip |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit aeb70101ef7de107709fded37e79649858b88098)
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 13cbeff..2c067d7 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 ) |