vcpkg/ports/smf/vcpkg.json
Vladimir Petrigo 0e9ffd112a
[smf]: Add v0.1.1 version port (#28162)
* [smf]: Add v0.1.0 version support

* [smf]: Switch to v0.1.1 with W3 MSVC warning enabled

* [smf]: Replace INSTALL with vcpkg_install_copyright

* misc: Clean up
2022-12-05 13:28:11 -08:00

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