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

« back to all changes in this revision

Viewing changes to libs/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
add_subdirectory(kdm)
 
2
add_subdirectory(kephal)
 
3
add_subdirectory(oxygen)
 
4
add_subdirectory(plasmaclock)
 
5
add_subdirectory(plasmagenericshell)
 
6
add_subdirectory(solid)
 
7
 
 
8
if(NOT WIN32)
 
9
 add_subdirectory(ksysguard)
 
10
endif(NOT WIN32)
 
11
add_subdirectory(taskmanager)
 
12
add_subdirectory(kworkspace)
 
13