cmake -E copy_if_different <file...> <destination>
Copy files to <destination> (either file or directory) if they have changed. If multiple files are specified, the <destination> must be directory and it must exist. copy_if_different does follow symlinks
Arguments
Name | Description |
---|---|
file | filepaths |
destination | folders |