~gerboland/miral/mir-0.24-compat

« back to all changes in this revision

Viewing changes to miral-qt/src/platforms/mirserver/CMakeLists.txt

  • Committer: Alan Griffiths
  • Date: 2016-08-19 08:03:17 UTC
  • mfrom: (277.3.29 miral2)
  • Revision ID: alan@octopull.co.uk-20160819080317-j5ufbs4jqjaei2iy
Another pass at removing MirServer so that its use can be replaced by miral::MirRunner

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
include_directories(
27
27
    ${MIRAL_QT_SOURCE_DIR}/src/common
28
 
    ${CMAKE_SOURCE_DIR}/miral   #FIXME
29
28
 
30
29
    ${MIRCOMMON_INCLUDE_DIRS}
31
30
    ${MIRSERVER_INCLUDE_DIRS}
64
63
    sessionlistener.cpp
65
64
    surfaceobserver.cpp
66
65
    promptsessionlistener.cpp
67
 
    mirserver.cpp
68
66
    mirserverstatuslistener.cpp
69
67
    screen.cpp
70
68
    screenwindow.cpp
83
81
    windowmanagementpolicy.cpp
84
82
    windowmodel.cpp
85
83
    tracepoints.c
86
 
    usingqtcompositor.cpp usingqtcompositor.h
 
84
    setqtcompositor.cpp setqtcompositor.h
87
85
# We need to run moc on these headers
88
86
    ${APPLICATION_API_INCLUDEDIR}/unity/shell/application/Mir.h
89
87
    ${APPLICATION_API_INCLUDEDIR}/unity/shell/application/MirMousePointerInterface.h