diff options
Diffstat (limited to 'vcpkg/ports/apr/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/apr/vcpkg.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/vcpkg/ports/apr/vcpkg.json b/vcpkg/ports/apr/vcpkg.json new file mode 100644 index 0000000..13c8e15 --- /dev/null +++ b/vcpkg/ports/apr/vcpkg.json @@ -0,0 +1,30 @@ +{ + "name": "apr", + "version": "1.7.6", + "description": "The Apache Portable Runtime (APR) is a C library that forms a system portability layer that covers many operating systems.", + "homepage": "https://apr.apache.org/", + "license": "Apache-2.0", + "supports": "!uwp & !mingw", + "dependencies": [ + { + "name": "apr", + "host": true, + "platform": "windows" + }, + { + "name": "vcpkg-cmake", + "host": true, + "platform": "windows" + }, + { + "name": "vcpkg-cmake-config", + "host": true, + "platform": "windows" + } + ], + "features": { + "private-headers": { + "description": "Install non-standard files required for building Apache httpd" + } + } +} |