vcpkg/ports/hfsm2/usage
chausner b7cff0d6f4
[hfsm2] Update to 1.10.1 (#20729)
* Update hfsm2 to 1.10.1

* Update CI baseline

* Fix include path

* Update git-tree hash

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-10-14 15:03:14 -07:00

5 lines
191 B
Plaintext

The package hfsm2 is header only and can be used from CMake via:
find_path(HFSM2_INCLUDE_DIRS "hfsm2/machine.hpp")
target_include_directories(main PRIVATE ${HFSM2_INCLUDE_DIRS})