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

« back to all changes in this revision

Viewing changes to ksysguard/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
 
 
3
add_subdirectory( gui )
 
4
add_subdirectory( pics )
 
5
add_subdirectory( example )
 
6
add_subdirectory( ksysguardd )
 
7
 
 
8
########### install files ###############
 
9
 
 
10
 
 
11
kde4_install_icons( ${ICON_INSTALL_DIR}  )
 
12
 
 
13
 
 
14
 
 
15