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
|
|
)
|