aboutsummaryrefslogtreecommitdiff
path: root/ports/isal/usage
diff options
context:
space:
mode:
authorErnest Zaslavsky <kreuzerkrieg@gmail.com>2019-03-05 01:12:28 +0200
committerPhil Christensen <philc@microsoft.com>2019-03-04 15:12:28 -0800
commit1e0300f54f439cf052e4f1df0ae0a97f5f9dd065 (patch)
tree1145fe3031b862f4d0224f3a8bc32e2ea9fbd881 /ports/isal/usage
parent660ba9e990bec0c402dc877d3f418a2bdf193253 (diff)
downloadvcpkg-1e0300f54f439cf052e4f1df0ae0a97f5f9dd065.tar.gz
vcpkg-1e0300f54f439cf052e4f1df0ae0a97f5f9dd065.zip
Add isa-l package (#5491)
Intel(R) Intelligent Storage Acceleration Library
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