diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-11-11 16:52:24 -0600 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-11-12 09:43:44 +0100 |
commit | 2d60f003f98d66e222b92e5cf3f712bb483248b7 (patch) | |
tree | 641c14562452bc1d9f8f9dab41cfdb5071643e5f /khexedit/lib | |
parent | 44523625f9a67a3dd6cb4cb21ee8745f68809e2d (diff) | |
download | tdeutils-2d60f003f98d66e222b92e5cf3f712bb483248b7.tar.gz tdeutils-2d60f003f98d66e222b92e5cf3f712bb483248b7.zip |
Additional changes to support building with cmake.
Thanks to Slavek Banko.
(cherry picked from commit d71a3e005ca9c7cc50bf6b314ecea04acab0258c)
Diffstat (limited to 'khexedit/lib')
-rw-r--r-- | khexedit/lib/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/khexedit/lib/CMakeLists.txt b/khexedit/lib/CMakeLists.txt index e519141..d3f8da0 100644 --- a/khexedit/lib/CMakeLists.txt +++ b/khexedit/lib/CMakeLists.txt @@ -47,6 +47,7 @@ tde_add_library( khexeditcommon SHARED AUTOMOC kcharcoltextexport.cpp LINK kdecore-shared kcontroller-static khecodecs-static + VERSION 0.0.0 DESTINATION ${LIB_INSTALL_DIR} ) |