aboutsummaryrefslogtreecommitdiff
path: root/ports/hfsm2/usage
diff options
context:
space:
mode:
Diffstat (limited to 'ports/hfsm2/usage')
-rw-r--r--ports/hfsm2/usage4
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/hfsm2/usage b/ports/hfsm2/usage
new file mode 100644
index 000000000..9c7b99766
--- /dev/null
+++ b/ports/hfsm2/usage
@@ -0,0 +1,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})