From e36a1cecee1be6f8c4cf614884b5501d362566fd Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Thu, 10 Apr 2008 23:15:44 +0000 Subject: [PATCH] some more space to enhance readability Alex svn path=/trunk/KDE/kdebase/workspace/; revision=795598 --- lib/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index e20fd0ff41..bf2658a103 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -34,9 +34,11 @@ set(kwin_EFFECTSLIB_SRCS kwinglutils_funcs.cpp kwinshadereffect.cpp ) + kde4_add_library(kwineffects SHARED ${kwin_EFFECTSLIB_SRCS}) target_link_libraries(kwineffects ${KDE4_KDEUI_LIBS} ${QT_QTGUI_LIBRARY} ${X11_LIBRARIES}) set_target_properties(kwineffects PROPERTIES VERSION 1.0.0 SOVERSION 1 ) + install(TARGETS kwineffects ${INSTALL_TARGETS_DEFAULT_ARGS}) if(OPENGL_FOUND)