CMake file(INSTALL files DESTINATION dir) with symbolic links

Viewed 4528

I am using FILE(INSTALL files) but some of the files are symbolic links. Can I tell CMake to dereference the symbolic link instead of creating a symbolic link on destination?

1 Answers
Related