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