diff options
Diffstat (limited to 'vcpkg/ports/trompeloeil/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/trompeloeil/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/trompeloeil/vcpkg.json b/vcpkg/ports/trompeloeil/vcpkg.json new file mode 100644 index 0000000..ba5c0d7 --- /dev/null +++ b/vcpkg/ports/trompeloeil/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "trompeloeil", + "version": "48", + "description": "A thread-safe header-only mocking framework for C++11/14 using the Boost Software License 1.0", + "homepage": "https://github.com/rollbear/trompeloeil", + "license": "BSL-1.0", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |