not quite so much needs to be delayed to the init() function
[personal-kdebase.git] / workspace / kwin / clients / b2 / CMakeLists.txt
blob35f40db454412a72f5aa6ebcab86284727ad8484
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 ${X11_LIBRARIES})
14 install(TARGETS kwin3_b2  DESTINATION ${PLUGIN_INSTALL_DIR})
17 ########### install files ###############
19 install( FILES b2.desktop  DESTINATION  ${DATA_INSTALL_DIR}/kwin/ )