1. Home
  2. Browse
  3. libffi

libffi

v3.4.6#0Latest

Portable, high level programming interface to various calling conventions

Install

Run the following Vcpkg command to install the port.

vcpkg install libffi

Usage

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)

Dependencies

See source

Version

v3.4.6#0

Publication

Supports

All

GitHub

libffi/libffi

Homepage

github.com/libffi/libffi

Subtree

77fbdaf616

License

MIT

Definition

Manifest