diff options
Diffstat (limited to 'vcpkg/ports/hfsm2/usage')
| -rw-r--r-- | vcpkg/ports/hfsm2/usage | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vcpkg/ports/hfsm2/usage b/vcpkg/ports/hfsm2/usage new file mode 100644 index 0000000..66529aa --- /dev/null +++ b/vcpkg/ports/hfsm2/usage @@ -0,0 +1,4 @@ +The package hfsm2 is header only and can be used from CMake via: + + find_package(hfsm2 CONFIG REQUIRED) + target_link_libraries(main PRIVATE hfsm2::hfsm2)
\ No newline at end of file |