mingw-no-find_library-dll.rst 321 B

12345678
  1. mingw-no-find_library-dll
  2. -------------------------
  3. * When building with GNU tools on Windows (MinGW tools), the
  4. :command:`find_library` command will no longer consider
  5. ``.dll`` files to be linkable libraries. All dynamic link
  6. libraries are expected to provide separate ``.dll.a`` or
  7. ``.lib`` import libraries.