summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/configure_file/Relative.cmake
blob: 085991c72f8c92beca0c3dcea10efecfc0875a8f (plain)
1
2
3
configure_file(Relative-In.txt Relative-Out.txt)
file(READ ${CMAKE_CURRENT_BINARY_DIR}/Relative-Out.txt out)
message("${out}")