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