~ubuntu-branches/ubuntu/natty/unity-2d/natty-updates

« back to all changes in this revision

Viewing changes to libunity-2d-private/src/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2011-03-15 17:59:55 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20110315175955-15ka30mmnqsexhlv
Tags: 3.6.2-0ubuntu1
New upstream bugfix release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Dependencies
 
2
pkg_check_modules(GLIB REQUIRED glib-2.0)
 
3
 
1
4
# Sources
2
5
set(libunity-2d-private_SRCS
3
6
    gettexttranslator.cpp
7
10
    hotkey.cpp
8
11
    mousearea.cpp
9
12
    unity2dapplication.cpp
 
13
    unity2ddebug.cpp
10
14
    unity2dpanel.cpp
11
15
    mimedata.cpp
12
16
    dragdropevent.cpp
19
23
include_directories(
20
24
    ${CMAKE_CURRENT_BINARY_DIR}
21
25
    ${CMAKE_CURRENT_SOURCE_DIR}
 
26
    ${GLIB_INCLUDE_DIRS}
22
27
    )
23
28
 
24
29
add_library(unity-2d-private SHARED ${libunity-2d-private_SRCS})
32
37
    ${QT_QTCORE_LIBRARIES}
33
38
    ${QT_QTDBUS_LIBRARIES}
34
39
    ${X11_LIBRARIES}
 
40
    ${GLIB_LDFLAGS}
35
41
    )
36
42
 
37
43
# Install