mirror of
https://github.com/reactos/CMake.git
synced 2025-02-16 17:48:25 +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)
|