diff options
Diffstat (limited to 'vcpkg/ports/libdivide/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libdivide/vcpkg.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/vcpkg/ports/libdivide/vcpkg.json b/vcpkg/ports/libdivide/vcpkg.json new file mode 100644 index 0000000..e5a0200 --- /dev/null +++ b/vcpkg/ports/libdivide/vcpkg.json @@ -0,0 +1,21 @@ +{ + "name": "libdivide", + "version": "5.2.0", + "description": "libdivide.h is a header-only C/C++ library for optimizing integer division.", + "homepage": "https://github.com/ridiculousfish/libdivide", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "features": { + "test": { + "description": "Build test" + } + } +} |