diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-20 17:45:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-20 17:55:59 +0900 |
commit | 84c1344fcfa604587df66a849b1d7855fcaccaf1 (patch) | |
tree | e1ca9d96edcf59799dd9bf4b18678de4f0452e05 | |
parent | 9b5c9a25b52dc5aac3dabde8b296290a51441571 (diff) | |
download | tqtinterface-r14.0.x.tar.gz tqtinterface-r14.0.x.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 21cd206930efb1aa7cf97b150e9f29d9a8814bfc)
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 86dd98f..33736c3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,6 +39,11 @@ include( GNUInstallDirs OPTIONAL ) include( TDEMacros ) +##### set version number ######################## + +tde_set_project_version( ) + + ##### install paths setup tde_setup_install_path( EXEC_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}" ) |