some more space to enhance readability

Alex



svn path=/trunk/KDE/kdebase/workspace/; revision=795598
This commit is contained in:
Alexander Neundorf 2008-04-10 23:15:44 +00:00
parent 2cdceb2fac
commit e36a1cecee

View file

@ -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)