You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
296 B
12 lines
296 B
cmake_minimum_required (VERSION 2.6)
|
|
PROJECT(CTestTestSubdir)
|
|
|
|
SET(DART_ROOT "" CACHE STRING "" FORCE)
|
|
ENABLE_TESTING()
|
|
INCLUDE (${CMAKE_ROOT}/Modules/Dart.cmake)
|
|
|
|
GET_FILENAME_COMPONENT(CTEST_COMMAND "${CMAKE_COMMAND}" PATH)
|
|
SET(CTEST_COMMAND "${CTEST_COMMAND}/ctest")
|
|
|
|
ADD_SUBDIRECTORY(subdir)
|