~ci-train-bot/unity8/unity8-ubuntu-zesty-2481

« back to all changes in this revision

Viewing changes to tools/CMakeLists.txt

  • Committer: Michal Hruby
  • Date: 2013-12-20 15:27:59 UTC
  • mto: This revision was merged to the branch mainline in revision 613.
  • Revision ID: michal.mhr@gmail.com-20131220152759-7o59l2oqwleinknu
Cherrypick the unity-scope-tool

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
add_executable(${SCOPE_TOOL}
 
2
    scopetool.cpp
 
3
    registry-tracker.cpp
 
4
    )
 
5
 
 
6
qt5_use_modules(${SCOPE_TOOL} Qml Quick)
 
7
 
 
8
# install binaries
 
9
install(TARGETS ${SCOPE_TOOL}
 
10
    RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
 
11
    )