mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 12:40:06 +00: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)
|