mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 21:00:17 -06:00
5 lines
181 B
CMake
5 lines
181 B
CMake
file(GENERATE OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/output-sourcepermission5.txt"
|
|
INPUT "${CMAKE_CURRENT_SOURCE_DIR}/input.txt"
|
|
FILE_PERMISSIONS OWNER_READ GROUP_RWX USER_ALL
|
|
)
|