Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
dbb6e04b5fe45c413fb3a06b52ffceb5e86bf60c
/
.
/
Tests
/
RunCMake
/
install
/
SCRIPT-ALL_COMPONENTS.cmake
blob: 73c4e351815a8b8ad37cc99297adf2d232f79efc [
file
]
install
(
SCRIPT
"${CMAKE_CURRENT_SOURCE_DIR}/install_script.cmake"
ALL_COMPONENTS
)
install
(
CODE
"write_empty_file(empty2.txt)"
ALL_COMPONENTS
EXCLUDE_FROM_ALL
)
install
(
CODE
"write_empty_file(empty3.txt)"
ALL_COMPONENTS
)