mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 11:28:59 +08:00
03ca9b59af
* sobjectizer updated to v5.7.3. * so5extra updated to v1.5.0. * so5extra-1.5.0 added to baseline. * Fixes for old cmake commands. * Update baseline for sobjectizer/so5extra. * modernize cmake functions * update version * modernize cmake functions * update version * udpate version Co-authored-by: Jonliu1993 <13720414433@163.com>
19 lines
378 B
JSON
19 lines
378 B
JSON
{
|
|
"name": "so5extra",
|
|
"version": "1.5.0",
|
|
"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
|
|
}
|
|
]
|
|
}
|