mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 11:59:07 +08:00
19 lines
378 B
JSON
19 lines
378 B
JSON
{
|
|
"name": "so5extra",
|
|
"version": "1.6.2",
|
|
"description": "A set of additional tools for SObjectizer framework.",
|
|
"homepage": "https://github.com/Stiffstream/so5extra",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
"sobjectizer",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|