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) |