2015-04-27 22:25:09 +02:00

4 lines
127 B
CMake

configure_file(Relative-In.txt Relative-Out.txt)
file(READ ${CMAKE_CURRENT_BINARY_DIR}/Relative-Out.txt out)
message("${out}")