mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 12:29:06 +08:00
23 lines
429 B
JSON
23 lines
429 B
JSON
|
{
|
||
|
"name": "smf",
|
||
|
"version": "0.1.1",
|
||
|
"description": "State machine framework",
|
||
|
"homepage": "https://github.com/vpetrigo/smf",
|
||
|
"license": "Apache-2.0",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
],
|
||
|
"features": {
|
||
|
"hierarchical": {
|
||
|
"description": "Enable hierarchical state machine support"
|
||
|
}
|
||
|
}
|
||
|
}
|