mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 15:58:59 +08:00
0e9ffd112a
* [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
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"
|
|
}
|
|
}
|
|
}
|