Make a branch to make krunner Good Enough For Aaron™.
[kdebase/uwolfer.git] / workspace / kwin / clients / b2 / CMakeLists.txt
blob1f51b73a2e83539169b69b1870917d546ca9f9d3
1 add_definitions (-DQT3_SUPPORT -DQT3_SUPPORT_WARNINGS)
3 add_subdirectory( config ) 
5 ########### next target ###############
7 set(kwin3_b2_PART_SRCS b2client.cpp)
10 kde4_add_plugin(kwin3_b2 ${kwin3_b2_PART_SRCS})
12 target_link_libraries(kwin3_b2 kdecorations)
14 install(TARGETS kwin3_b2  DESTINATION ${PLUGIN_INSTALL_DIR})
17 ########### install files ###############
19 install( FILES b2.desktop  DESTINATION  ${DATA_INSTALL_DIR}/kwin/ )