diff options
Diffstat (limited to 'vcpkg/ports/dlfcn-win32/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/dlfcn-win32/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/dlfcn-win32/vcpkg.json b/vcpkg/ports/dlfcn-win32/vcpkg.json new file mode 100644 index 0000000..7e36737 --- /dev/null +++ b/vcpkg/ports/dlfcn-win32/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "dlfcn-win32", + "version": "1.4.2", + "description": "dlfcn-win32 is an implementation of dlfcn for Windows.", + "homepage": "https://github.com/dlfcn-win32/dlfcn-win32", + "license": "MIT", + "supports": "windows & !uwp", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |