mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:29:00 +08:00
b7cff0d6f4
* 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>
5 lines
191 B
Plaintext
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})
|