Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
105cb4ee02adcb3754a388b71db54ff8a01b1313
/
.
/
Tests
/
CTestTestSubdir
/
CMakeLists.txt
blob: e6f3209236dca8be54d427e51edb5b3fea48bc51 [
file
]
cmake_minimum_required (VERSION 3.5)
project(CTestTestSubdir)
include(CTest)
add_subdirectory(subdir)
subdirs(subdir2)
subdirs("${CTestTestSubdir_SOURCE_DIR}/subdir3")