mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 18:59:00 +08:00
3e9375fc7d
* Update trompeloeil to 41 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
17 lines
371 B
JSON
17 lines
371 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|