mirror of
https://github.com/Kitware/CMake.git
synced 2026-07-18 21:40:57 +00:00
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.