Portable, high level programming interface to various calling conventions
Run the following Vcpkg command to install the port.
vcpkg install libffi
libffi can be imported via CMake FindPkgConfig module:
find_package(PkgConfig) pkg_check_modules(LIBFFI REQUIRED IMPORTED_TARGET libffi) target_link_libraries(main PRIVATE PkgConfig::LIBFFI)
vcpkg provides proprietary CMake targets:
find_package(unofficial-libffi CONFIG REQUIRED) target_link_libraries(main PRIVATE unofficial::libffi::libffi)
v3.4.6#0
Feb 27, 2024
All
libffi/libffi3.2K
github.com/libffi/libffi
77fbdaf616
MIT
Manifest