diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-11-11 16:52:24 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-11-11 16:52:24 -0600 |
commit | d71a3e005ca9c7cc50bf6b314ecea04acab0258c (patch) | |
tree | 9b8a0f3e9e8651c8016787d1a71355fa6052e2da /ksim/library | |
parent | c1a8ee04fbfe9851c1f788bcdcf3a5339ce1e478 (diff) | |
download | tdeutils-d71a3e005ca9c7cc50bf6b314ecea04acab0258c.tar.gz tdeutils-d71a3e005ca9c7cc50bf6b314ecea04acab0258c.zip |
Additional changes to support building with cmake.
Thanks to Slavek Banko.
Diffstat (limited to 'ksim/library')
-rw-r--r-- | ksim/library/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksim/library/CMakeLists.txt b/ksim/library/CMakeLists.txt index 44c152e..f66f1bd 100644 --- a/ksim/library/CMakeLists.txt +++ b/ksim/library/CMakeLists.txt @@ -31,7 +31,7 @@ tde_add_library( ksimcore SHARED AUTOMOC label.cpp led.cpp progress.cpp pluginglobal.cpp pluginloader.cpp pluginmodule.cpp ksimconfig.cpp - VERSION 1.0 + VERSION 1.0.0 LINK tdeui-shared DESTINATION ${LIB_INSTALL_DIR} ) |