~azzar1/unity8/record-test-failure

« back to all changes in this revision

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

  • Committer: Tarmac
  • Author(s): Nick Dedekind, Launchpad Translations on behalf of unity-team
  • Date: 2013-07-11 19:50:27 UTC
  • mfrom: (2.5.114 indicators-client)
  • Revision ID: tarmac-20130711195027-yheu3w2oc42c1h7s
Moved indicators-client code into unity8. Fixes: https://bugs.launchpad.net/bugs/1191132, https://bugs.launchpad.net/bugs/1191822.

Approved by PS Jenkins bot, Michał Sawicz, Nicolas d'Offay.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
set(CMAKE_AUTOMOC ON)
2
2
 
 
3
add_subdirectory(Indicators)
 
4
 
3
5
include(FindPkgConfig)
4
6
find_package(Qt5Core REQUIRED)
5
7
find_package(Qt5Quick REQUIRED)