The MPFR library is a C library for multiple-precision floating-point computations with correct rounding
Run the following Vcpkg command to install the port.
vcpkg install mpfr
The package mpfr can be imported via CMake FindPkgConfig module:
find_package(PkgConfig) pkg_check_modules(mpfr REQUIRED IMPORTED_TARGET mpfr) target_link_libraries(main PRIVATE PkgConfig::mpfr)
v4.2.1#0
Oct 3, 2023
!xbox
mpfr.org
856e200a12
LGPL-3.0-or-later
Manifest