mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-09 00:29:55 -06:00
This convention is used by Rust toolchains (rustc/cargo/cargo-c) for the MSVC ABI. Fixes: #25478
7 lines
281 B
ReStructuredText
7 lines
281 B
ReStructuredText
find-rustc-importlibs
|
|
---------------------
|
|
|
|
* On Windows, when targeting the MSVC ABI, the :command:`find_library` command
|
|
now considers ``.dll.lib`` file names before ``.lib``. This is the default
|
|
suffix for DLL import libraries created by Rust toolchains for the MSVC ABI.
|