blob: 04c63bb63cd6d4d01faa71100e3e999d403b181e [file] [log] [blame]
file(CONFIGURE
OUTPUT "file.txt"
CONTENT "foo-$<CONFIG>"
)
file(READ ${CMAKE_CURRENT_BINARY_DIR}/file.txt out)
message("${out}")