Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
d6746fd05c92a8edb94de746846227e6101fc05e
/
.
/
Tests
/
RunCMake
/
install
/
install_script.cmake
blob: 1f8522c7062551a8d2cbd6725cbfb9743f76734a [
file
]
function
(
write_empty_file FILENAME
)
file
(
WRITE
"${CMAKE_INSTALL_PREFIX}/${FILENAME}"
""
)
endfunction
()
write_empty_file
(
empty1
.
txt
)