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