mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-23 15:11:01 -06:00
4 lines
169 B
CMake
4 lines
169 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)
|