Yubico / libfido2

Provides library functionality for FIDO2, including communication with a device over USB or NFC.
Other
581 stars 153 forks source link

Install pkgconfig files also on msvc #746

Closed nacho closed 9 months ago

nacho commented 9 months ago

These days it is perfectly normal that you might want to build with msvc using meson on windows. By installing the pc file also on windows makes it a lot simpler to build against fido2.

LDVG commented 9 months ago

Am I understanding it correctly that Meson translates the linker and compiler flags in the .pc file to something that MSVC understands?

nacho commented 9 months ago

That is correct, meson does the translation without any issues.

martelletto commented 9 months ago

LGTM