a0d07d12a2
Adds window tabbing support to KWin. FEATURE: 42023 svn path=/trunk/KDE/kdebase/workspace/; revision=1049334
15 lines
380 B
CMake
15 lines
380 B
CMake
add_subdirectory( config )
|
|
|
|
set(kwin_tabstrip_SRCS
|
|
tabstripbutton.cpp
|
|
tabstripdecoration.cpp
|
|
tabstripfactory.cpp
|
|
)
|
|
|
|
kde4_add_plugin(kwin3_tabstrip ${kwin_tabstrip_SRCS})
|
|
|
|
target_link_libraries(kwin3_tabstrip kdecorations)
|
|
|
|
install(TARGETS kwin3_tabstrip DESTINATION ${PLUGIN_INSTALL_DIR})
|
|
|
|
install( FILES tabstrip.desktop DESTINATION ${DATA_INSTALL_DIR}/kwin )
|