cmake -E copy_directory <dir...> <destination>
Copy content of <dir>... directories to <destination> directory. If <destination> directory does not exist it will be created. copy_directory does follow symlinks
Arguments
| Name | Description |
|---|---|
dir | folders |
destination | folders |