mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 05:31:54 +08:00
174546a1c8
* update trompeloeil * update license * update version * remove patch * update version * update copyright * update version * remove share/doc * update version Co-authored-by: Monica <v-liumonica@microsoft.com>
18 lines
395 B
JSON
18 lines
395 B
JSON
{
|
|
"name": "trompeloeil",
|
|
"version": "43",
|
|
"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
|
|
}
|
|
]
|
|
}
|