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

« back to all changes in this revision

Viewing changes to kwin/clients/plastik/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
 
 
2
add_subdirectory( config )
 
3
 
 
4
########### next target ###############
 
5
 
 
6
set(kwin3_plastik_PART_SRCS
 
7
   plastik.cpp
 
8
   plastikclient.cpp
 
9
   plastikbutton.cpp
 
10
   )
 
11
 
 
12
 
 
13
kde4_add_plugin(kwin3_plastik ${kwin3_plastik_PART_SRCS})
 
14
 
 
15
 
 
16
 
 
17
target_link_libraries(kwin3_plastik kdecorations )
 
18
 
 
19
install(TARGETS kwin3_plastik  DESTINATION ${PLUGIN_INSTALL_DIR} )
 
20
 
 
21
 
 
22
########### install files ###############
 
23
 
 
24
install( FILES plastik.desktop  DESTINATION  ${DATA_INSTALL_DIR}/kwin/ )
 
25