diff options
Diffstat (limited to 'vcpkg/ports/libffi/usage')
| -rw-r--r-- | vcpkg/ports/libffi/usage | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vcpkg/ports/libffi/usage b/vcpkg/ports/libffi/usage new file mode 100644 index 0000000..ef52bdd --- /dev/null +++ b/vcpkg/ports/libffi/usage @@ -0,0 +1,9 @@ +vcpkg provides proprietary CMake targets: + + find_package(unofficial-libffi CONFIG REQUIRED) + target_link_libraries(main PRIVATE unofficial::libffi::libffi) + +libffi provides pkg-config modules: + + # Library supporting Foreign Function Interfaces + libffi |