~om26er/ubuntu/oneiric/unity/sru-778256

« back to all changes in this revision

Viewing changes to UnityCore/CMakeLists.txt

  • Committer: Didier Roche
  • Date: 2011-07-21 16:17:59 UTC
  • mfrom: (55.813.3 upstream)
  • Revision ID: didier.roche@canonical.com-20110721161759-osmh94x428t2bf2b
* New upstream release.
* debian/control:
  - build-dep on libnotify-dev
  - bump libnux-1.0-dev dep for ABI break

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
#
7
7
set (CORE_HEADERS
8
8
     DBusIndicators.h
 
9
     GLibSignal.h
 
10
     GLibSignal-inl.h
9
11
     GLibWrapper.h
10
12
     GLibWrapper-inl.h
11
13
     IndicatorEntry.h
12
14
     Indicator.h
13
15
     Indicators.h
14
 
     UnityCore.h
15
16
     Variant.h
16
17
    )
17
18
 
18
19
set (CORE_SOURCES
19
20
     DBusIndicators.cpp
 
21
     GLibSignal.cpp
20
22
     GLibWrapper.cpp
21
23
     Indicator.cpp
22
24
     IndicatorEntry.cpp