vcpkg/ports/dlfcn-win32/vcpkg.json
2023-10-02 20:31:54 -07:00

19 lines
390 B
JSON

{
"name": "dlfcn-win32",
"version": "1.4.1",
"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
}
]
}