mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 15:10:20 -06:00
7 lines
193 B
CMake
7 lines
193 B
CMake
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/sourcefile.txt
|
|
${CMAKE_CURRENT_BINARY_DIR}/sourcefile-source-permissions.txt
|
|
FILE_PERMISSIONS
|
|
OWNER_READ OWNER_RX
|
|
GROUP_RWX
|
|
)
|