1 2 3 4 5 6
set(file_name ${CMAKE_CURRENT_BINARY_DIR}/NewLineStyle.txt) file(CONFIGURE OUTPUT ${file_name} CONTENT "Data\n" NEWLINE_STYLE FOO )