pineapple/externals/vcpkg/ports/trompeloeil/vcpkg.json
2022-07-23 03:01:36 +02:00

16 lines
371 B
JSON
Executable file

{
"name": "trompeloeil",
"version": "41",
"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",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}