~aacid/unity8/desktopRotatedCamera

« back to all changes in this revision

Viewing changes to tools/CMakeLists.txt

  • Committer: Albert Astals Cid
  • Date: 2016-06-02 07:43:13 UTC
  • mfrom: (2039.198.42 unity8)
  • Revision ID: albert.astals@canonical.com-20160602074313-qycavrlys0yftjfd
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
add_executable(${SCOPE_TOOL}
2
2
    scopetool.cpp
3
3
    registry-tracker.cpp
4
 
    unix-signal-handler.cpp
 
4
    ../src/UnixSignalHandler.cpp
5
5
    )
6
6
 
7
7
qt5_use_modules(${SCOPE_TOOL} Qml Quick)