summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ObjectLibrary/LinkObjLHSShared.c
Commit message (Collapse)AuthorAgeFilesLines
* Ninja: Ensure shared library version symlinks are created for dependentsBrad King2019-10-011-0/+17
When linking to a shared library target that has version symlinks, add an order-only dependency on the build statement that creates the links. This ensures that the links exist for use at runtime. Fixes: #19774