summaryrefslogtreecommitdiff
path: root/Tests/CTestTestSubdir/CMakeLists.txt
blob: 5400ee8c5edc267e9fbfc25573217ace453d9f38 (plain)
1
2
3
4
5
6
7
cmake_minimum_required (VERSION 2.6)
PROJECT(CTestTestSubdir)
INCLUDE(CTest)

ADD_SUBDIRECTORY(subdir)
SUBDIRS(subdir2)
SUBDIRS("${CTestTestSubdir_SOURCE_DIR}/subdir3")