diff options
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 09658b9..b8f1609 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -30,9 +30,10 @@ tde_add_library( tdeldap SHARED AUTOMOC tdesu lber ldap - + + VERSION 1.0.0 DESTINATION ${LIB_INSTALL_DIR} -) +) ##### headers |