Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
RunCMake
/
configure_file
/
DirOutput.cmake
blob: aa0fadfe60224aa476308977227a3b6eacca58a9 [
file
] [
log
] [
blame
]
file
(
MAKE_DIRECTORY $
{
CMAKE_CURRENT_BINARY_DIR
}/
DirOutput
)
configure_file
(
DirOutput
.
txt
DirOutput
)
file
(
READ $
{
CMAKE_CURRENT_BINARY_DIR
}/
DirOutput
/
DirOutput
.
txt
out
)
message
(
"${out}"
)