Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
refs/heads/master
/
.
/
Tests
/
RunCMake
/
InstallParallel
/
install-fail.cmake
blob: d582ada3c8433831715645d11a0bdc59d8c19a7a [
file
] [
edit
]
install
(
FILES $
{
CMAKE_CURRENT_SOURCE_DIR
}/
CMakeLists
.
txt TYPE DATA RENAME root
.
txt
)
if
(
INSTALL_PARALLEL
)
set_property
(
GLOBAL PROPERTY INSTALL_PARALLEL ON
)
endif
()
add_subdirectory
(
fail
-
subdir
)
add_subdirectory
(
ok
-
subdir
)