ed55b1b8d2
We remove from Tests/CTestTest*/CMakeLists.txt some historical cruft that is no longer used by the test suite.
8 lines
169 B
CMake
8 lines
169 B
CMake
cmake_minimum_required (VERSION 2.6)
|
|
PROJECT(CTestTestSubdir)
|
|
INCLUDE(CTest)
|
|
|
|
ADD_SUBDIRECTORY(subdir)
|
|
SUBDIRS(subdir2)
|
|
SUBDIRS("${CTestTestSubdir_SOURCE_DIR}/subdir3")
|