find_library-msvc-libfoo.a.rst 355 B

1234567
  1. find_library-msvc-libfoo.a
  2. --------------------------
  3. * On Windows, when targeting the MSVC ABI, the :command:`find_library` command
  4. now accepts ``.a`` file names after first considering ``.lib``. This is
  5. symmetric with existing behavior when targeting the GNU ABI, in which the
  6. command accepts ``.lib`` file names after first considering ``.a``.