mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
4 lines
158 B
Plaintext
4 lines
158 B
Plaintext
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) |