summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/Autogen/CMP0111-imported-target-full.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Tests/RunCMake/Autogen: test CMP0111 behaviorBen Boeckel2021-09-241-0/+12
On Windows, imported shared libraries which only have an `IMPORTED_IMPLIB` set fail if they are depended upon by a target using automoc. Add a test for the behavior of depending upon all imported target types from an automoc-using target.