aboutsummaryrefslogtreecommitdiff
path: root/ports/isal/usage
diff options
context:
space:
mode:
Diffstat (limited to 'ports/isal/usage')
-rw-r--r--ports/isal/usage5
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/isal/usage b/ports/isal/usage
new file mode 100644
index 000000000..23870b20f
--- /dev/null
+++ b/ports/isal/usage
@@ -0,0 +1,5 @@
+The package isal is compatible with built-in CMake targets:
+
+ FIND_PACKAGE(isal REQUIRED)
+ TARGET_LINK_LIBRARIES(main PRIVATE ISAL::isa-l) for static linkage or
+ TARGET_LINK_LIBRARIES(main PRIVATE ISAL::isal) for dynamic linkage