52ba1d2e69
r645971 | montanaro | 2007-03-24 02:51:55 +0100 (Sat, 24 Mar 2007) | 2 lines Ported to QAbstractButton svn path=/trunk/KDE/kdebase/workspace/; revision=659569
23 lines
480 B
CMake
23 lines
480 B
CMake
|
|
add_subdirectory( config )
|
|
|
|
include_directories( ${CMAKE_SOURCE_DIR}/workspace/kwin/lib )
|
|
|
|
|
|
########### next target ###############
|
|
|
|
set(kwin3_b2_PART_SRCS b2client.cpp)
|
|
|
|
kde4_automoc(${kwin3_b2_PART_SRCS})
|
|
|
|
kde4_add_plugin(kwin3_b2 ${kwin3_b2_PART_SRCS})
|
|
|
|
target_link_libraries(kwin3_b2 kdecorations)
|
|
|
|
install(TARGETS kwin3_b2 DESTINATION ${PLUGIN_INSTALL_DIR})
|
|
|
|
|
|
########### install files ###############
|
|
|
|
install( FILES b2.desktop DESTINATION ${DATA_INSTALL_DIR}/kwin/ )
|
|
|