e6d07e906d
svn path=/trunk/KDE/kdebase/workspace/; revision=694801
16 lines
389 B
CMake
16 lines
389 B
CMake
|
|
add_subdirectory( config )
|
|
|
|
########### next target ###############
|
|
|
|
set(kwin3_kde2_PART_SRCS kdedefault.cpp)
|
|
|
|
|
|
kde4_add_plugin(kwin3_kde2 ${kwin3_kde2_PART_SRCS})
|
|
|
|
target_link_libraries(kwin3_kde2 ${KDE4_KDEFX_LIBS} kdecorations ${QT_QTGUI_LIBRARY})
|
|
|
|
install(TARGETS kwin3_kde2 DESTINATION ${PLUGIN_INSTALL_DIR})
|
|
|
|
install( FILES kde2.desktop DESTINATION ${DATA_INSTALL_DIR}/kwin/ )
|
|
|