Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
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}"
)