vcpkg/ports/smf/vcpkg.json

23 lines
429 B
JSON
Raw Normal View History

{
"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"
}
}
}