Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
b2425fdffda98d9533aa6eb48cc4526c25d2af82
/
.
/
Tests
/
RunCMake
/
execute_process
/
MergeOutputFile.cmake
blob: 1a0d90e165fe175d8b97899fc4aea19f07d00242 [
file
]
execute_process
(
COMMAND $
{
CMAKE_COMMAND
}
-
P $
{
CMAKE_CURRENT_LIST_DIR
}/
MergeOutput
.
cmake
OUTPUT_FILE
out
.
txt
ERROR_FILE
out
.
txt
)
file
(
READ
out
.
txt
out
)
message
(
"${out}"
)