summaryrefslogtreecommitdiffstats
path: root/Tests/ExportImport/Export/testLib5.c
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Allow IMPORTED_IMPLIB w/o IMPORTED_LOCATIONBrad King2009-04-081-0/+7
Linking to a Windows shared library (.dll) requires only its import library (.lib). This teaches CMake to recognize SHARED IMPORTED library targets that set only IMPORTED_IMPLIB and not IMPORTED_LOCATION.