aboutsummaryrefslogtreecommitdiff
path: root/ports/hfsm2/usage
blob: 9c7b99766efaeed3e7ae49d93147b75044278c69 (plain)
1
2
3
4
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})