~saviq/unity8/build-arm64

« back to all changes in this revision

Viewing changes to plugins/Cursor/CMakeLists.txt

  • Committer: Michał Sawicz
  • Date: 2016-07-15 09:51:02 UTC
  • mfrom: (2400.1.142 unity8)
  • Revision ID: michal.sawicz@canonical.com-20160715095102-hf5ac4iqnfn1itpw
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
include_directories(
4
4
    ${CMAKE_CURRENT_SOURCE_DIR}
5
5
    ${CMAKE_CURRENT_SOURCE_DIR}/3rd_party/xcursor
 
6
)
 
7
 
 
8
include_directories(
 
9
    SYSTEM
6
10
    ${Qt5Gui_PRIVATE_INCLUDE_DIRS}
7
11
)
8
12
 
9
13
set(QMLPLUGIN_SRC
10
14
    plugin.cpp
 
15
    CursorImageInfo.cpp
 
16
    CursorImageProvider.cpp
11
17
    MousePointer.cpp
12
 
    CursorImageProvider.cpp
13
18
    # We need to run moc on this header
14
19
    ${APPLICATION_API_INCLUDEDIR}/unity/shell/application/MirMousePointerInterface.h
15
20
    )