mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
6 lines
132 B
CMake
6 lines
132 B
CMake
configure_file(sourcefile.txt
|
|
${CMAKE_CURRENT_BINARY_DIR}/sourcefile.txt
|
|
NO_SOURCE_PERMISSIONS
|
|
USE_SOURCE_PERMISSIONS
|
|
)
|