summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/install/FILES-symlink-to-directory.cmake
Commit message (Collapse)AuthorAgeFilesLines
* install(FILES): Allow installation of symlinks to directoryJens Carl2021-05-061-0/+9
Allow symbolic links to a directory to be installed via install(FILES ...). Fixes: #22159