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

« back to all changes in this revision

Viewing changes to ksysguard/ksysguardd/FreeBSD/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( ${CMAKE_CURRENT_SOURCE_DIR}/../CContLib ${CMAKE_CURRENT_SOURCE_DIR}/../ )
 
2
 
 
3
ADD_LIBRARY(libksysguardd STATIC
 
4
            acpi.c
 
5
            apm.c
 
6
            cpuinfo.c
 
7
            diskstat.c
 
8
            loadavg.c
 
9
            logfile.c
 
10
            Memory.c
 
11
            netdev.c
 
12
            ProcessList.c
 
13
            stat.c
 
14
            uptime.c)