diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2019-08-15 13:35:57 -0700 |
|---|---|---|
| committer | dan-shaw <51385773+dan-shaw@users.noreply.github.com> | 2019-08-15 13:35:57 -0700 |
| commit | 034d5c9afc8a2dec4c7d9f5046e3192fec28ade9 (patch) | |
| tree | 7080f35d0127e9cb330949b83a17c6836362bb13 /ports/hfsm2/CONTROL | |
| parent | 7dcaf395815e729041162cf8391c58f0e154715b (diff) | |
| download | vcpkg-034d5c9afc8a2dec4c7d9f5046e3192fec28ade9.tar.gz vcpkg-034d5c9afc8a2dec4c7d9f5046e3192fec28ade9.zip | |
[hfsm2] Add new port (#7516)
* [hfsm2] Add new port
* [Update the way to install headers]
* Add build depends
Diffstat (limited to 'ports/hfsm2/CONTROL')
| -rw-r--r-- | ports/hfsm2/CONTROL | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/hfsm2/CONTROL b/ports/hfsm2/CONTROL new file mode 100644 index 000000000..4677f8b08 --- /dev/null +++ b/ports/hfsm2/CONTROL @@ -0,0 +1,5 @@ +Source: hfsm2 +Version: beta7 +Homepage: https://github.com/andrew-gresyk/HFSM2 +Description: Header-only heriarchical FSM framework in C++14, with fully statically-defined structure (no dynamic allocations), built with variadic templates. +Build-Depends: catch2 |
