5 lines
100 B
CMake
5 lines
100 B
CMake
|
configure_file(sourcefile.txt
|
||
|
${CMAKE_CURRENT_BINARY_DIR}/sourcefile.txt
|
||
|
FILE_PERMISSIONS
|
||
|
)
|