cmake -E copy <file...> <destination>
Copy files to <destination> (either file or directory). If multiple files are specified, the <destination> must be directory and it must exist. Wildcards are not supported. copy does follow symlinks. That means it does not copy symlinks, but the files or directories it point to
Arguments
Name | Description |
---|---|
file | filepaths |
destination | folders |