~saviq/+junk/unity8-fake

« back to all changes in this revision

Viewing changes to tests/mocks/libusermetrics/CMakeLists.txt

  • Committer: Tarmac
  • Author(s): Michael Zanetti, Didier Roche, Michał Sawicz
  • Date: 2013-07-04 10:34:48 UTC
  • mfrom: (46.4.40 packaging-cleanup)
  • Revision ID: tarmac-20130704103448-k64aelqo4murmtr4
Packaging cleanup for unity 8:
- install arch-deps binary libraries in a private lib directory
- cleanup debian/control, rules, and install
- complete debian/copyright
- ship missing license files
- install the python (autopilot) part using a setup.py
- consolidate mocks
- drop qml-phone-shell transitional packages and references.

Approved by PS Jenkins bot, Ricardo Salveti, Didier Roche, Michał Sawicz.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
                      VERSION 1)
14
14
 
15
15
install(TARGETS MockUserMetrics
16
 
    DESTINATION ${SHELL_APP_DIR}/plugins/mocks/libusermetrics
 
16
    DESTINATION ${SHELL_PRIVATE_LIBDIR}/qml/mocks/libusermetrics
17
17
    )