Sign in
fuchsia
/
third_party
/
cmake
/
v3.2.3
/
.
/
Tests
/
CTestTestSubdir
/
CMakeLists.txt
blob: b7cc7e2f154c74086bda9058d3b34a3cb2d1e350 [
file
] [
log
] [
blame
]
cmake_minimum_required (VERSION 2.6)
project(CTestTestSubdir)
include(CTest)
add_subdirectory(subdir)
subdirs(subdir2)
subdirs("${CTestTestSubdir_SOURCE_DIR}/subdir3")