diff options
Diffstat (limited to 'vcpkg/ports/hfsm2/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/hfsm2/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/hfsm2/vcpkg.json b/vcpkg/ports/hfsm2/vcpkg.json new file mode 100644 index 0000000..1d303d1 --- /dev/null +++ b/vcpkg/ports/hfsm2/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "hfsm2", + "version": "2.9.0", + "description": "Header-only heriarchical FSM framework in C++11, with fully statically-defined structure (no dynamic allocations), built with variadic templates.", + "homepage": "https://github.com/andrew-gresyk/HFSM2", + "license": "MIT", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |