~ubuntu-branches/ubuntu/utopic/kde-workspace/utopic-proposed

« back to all changes in this revision

Viewing changes to kwin/clients/b2/config/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include_directories( ${KDEBASE_WORKSPACE_SOURCE_DIR}/kwin/lib  )
 
2
 
 
3
 
 
4
########### next target ###############
 
5
 
 
6
set(kwin_b2_config_PART_SRCS config.cpp )
 
7
 
 
8
 
 
9
kde4_add_plugin(kwin_b2_config ${kwin_b2_config_PART_SRCS})
 
10
 
 
11
 
 
12
 
 
13
target_link_libraries(kwin_b2_config  ${KDE4_KDEUI_LIBS} ${QT_QTGUI_LIBRARY})
 
14
 
 
15
install(TARGETS kwin_b2_config  DESTINATION ${PLUGIN_INSTALL_DIR} )
 
16
 
 
17