~ubuntu-branches/ubuntu/wily/sonnet/wily

« back to all changes in this revision

Viewing changes to autotests/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2015-08-10 13:37:15 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20150810133715-i7wjuioyy0v9sxeq
Tags: 5.13.0-0ubuntu1
* new upstream release
* Add build-dep on libvoikko-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
include(ECMMarkAsTest)
4
4
include(ECMAddTests)
5
5
 
6
 
find_package(Qt5Test 5.2.0 REQUIRED NO_MODULE)
 
6
find_package(Qt5Test ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
7
7
 
8
8
########### unittests ###############
9
9