4 lines
127 B
CMake
Raw Normal View History

2015-04-27 22:25:09 +02:00
configure_file(Relative-In.txt Relative-Out.txt)
file(READ ${CMAKE_CURRENT_BINARY_DIR}/Relative-Out.txt out)
message("${out}")