mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:29:00 +08:00
b669595870
* [minitrace] Update minitrace to the latest version This version includes two important changes: 1. It can be built and installed with CMake, which removes the need for a custom CMakeLists.txt 2. It can be built as a shared library as well as a static library * [minitrace] Update to latest version that uses the correct installation directories * [minitrace] Update versions file
16 lines
323 B
JSON
16 lines
323 B
JSON
{
|
|
"name": "minitrace",
|
|
"version-date": "2023-04-23",
|
|
"description": "Simple C/C++ library for producing JSON traces suitable for Chrome's built-in trace viewer.",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|