diff options
Diffstat (limited to 'vcpkg/ports/faker-cxx/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/faker-cxx/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/faker-cxx/vcpkg.json b/vcpkg/ports/faker-cxx/vcpkg.json new file mode 100644 index 0000000..1b60112 --- /dev/null +++ b/vcpkg/ports/faker-cxx/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "faker-cxx", + "version": "4.0.1", + "description": "C++ Faker library for generating fake (but realistic) data.", + "homepage": "https://cieslarmichal.github.io/faker-cxx/", + "license": "MIT", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |