diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-26 13:42:00 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-26 13:42:00 +0900 |
commit | ecc8d6d5868caa80e3839c604b5630a7879b6909 (patch) | |
tree | c8b63691c9016e9393dd46fadb125fe6965cae0c | |
parent | f39bad516fb7dfb57e23a7c901832712c9fee1f2 (diff) | |
download | tdeio-gopher-ecc8d6d5868caa80e3839c604b5630a7879b6909.tar.gz tdeio-gopher-ecc8d6d5868caa80e3839c604b5630a7879b6909.zip |
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 ac71644..a90db37 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,6 +34,11 @@ include( FindPkgConfig ) include( TDEMacros ) +##### set version number ######################## + +tde_set_project_version( ) + + ##### setup install paths ####################### include( TDESetupPaths ) |