Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
RunCMake
/
configure_file
/
Relative.cmake
blob: 085991c72f8c92beca0c3dcea10efecfc0875a8f [
file
] [
log
] [
blame
]
configure_file
(
Relative
-
In
.
txt
Relative
-
Out
.
txt
)
file
(
READ $
{
CMAKE_CURRENT_BINARY_DIR
}/
Relative
-
Out
.
txt
out
)
message
(
"${out}"
)