~dandrader/unity8/pixelAlignedWindow

« back to all changes in this revision

Viewing changes to plugins/Cursor/CMakeLists.txt

  • Committer: Daniel d'Andrada
  • Date: 2016-05-19 19:44:37 UTC
  • Revision ID: daniel.dandrada@canonical.com-20160519194437-c6yx7w7872eu4z7i
SupportĀ animatedĀ cursors

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
set(QMLPLUGIN_SRC
10
10
    plugin.cpp
 
11
    CursorImageInfo.cpp
 
12
    CursorImageProvider.cpp
11
13
    MousePointer.cpp
12
 
    CursorImageProvider.cpp
13
14
    # We need to run moc on this header
14
15
    ${APPLICATION_API_INCLUDEDIR}/unity/shell/application/MirMousePointerInterface.h
15
16
    )