CMake/Tests/CTestTestSubdir/CMakeLists.txt
Brad King ed55b1b8d2 Remove unused code from CTest test suite
We remove from Tests/CTestTest*/CMakeLists.txt some historical cruft
that is no longer used by the test suite.
2009-12-02 09:16:29 -05:00

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")