~ubuntu-branches/ubuntu/lucid/cmake/lucid

« back to all changes in this revision

Viewing changes to Tests/CTestTestSubdir/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Artur Rona
  • Date: 2009-12-16 11:11:54 UTC
  • mfrom: (3.1.9 sid)
  • Revision ID: james.westby@ubuntu.com-20091216111154-6accvv6yq86h2hkc
Tags: 2.8.0-5ubuntu1
* Merge from debian testing (LP: #497349). Remaining changes:
  - Keep the Replaces: on cmake-data to cover the Kubuntu version from
    Jaunty in case someone decides to do an (unsupported) Jaunty->Lucid
    upgrade.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
cmake_minimum_required (VERSION 2.6)
 
2
PROJECT(CTestTestSubdir)
 
3
 
 
4
SET(DART_ROOT "" CACHE STRING "" FORCE)
 
5
ENABLE_TESTING()
 
6
INCLUDE (${CMAKE_ROOT}/Modules/Dart.cmake)
 
7
 
 
8
GET_FILENAME_COMPONENT(CTEST_COMMAND "${CMAKE_COMMAND}" PATH)
 
9
SET(CTEST_COMMAND "${CTEST_COMMAND}/ctest")
 
10
 
 
11
ADD_SUBDIRECTORY(subdir)
 
12
SUBDIRS(subdir2)
 
13
SUBDIRS("${CTestTestSubdir_SOURCE_DIR}/subdir3")