mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-23 23:18:38 -06:00
4 lines
173 B
CMake
4 lines
173 B
CMake
set(file_name ${CMAKE_CURRENT_SOURCE_DIR}/ConfigureFile-NewLineStyle.txt)
|
|
file(WRITE ${file_name} "Data\n")
|
|
configure_file(${file_name} ${file_name}.out NEWLINE_STYLE FOO)
|