diff options
| author | Ernest Zaslavsky <kreuzerkrieg@gmail.com> | 2019-03-05 01:12:28 +0200 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-03-04 15:12:28 -0800 |
| commit | 1e0300f54f439cf052e4f1df0ae0a97f5f9dd065 (patch) | |
| tree | 1145fe3031b862f4d0224f3a8bc32e2ea9fbd881 /ports/isal/usage | |
| parent | 660ba9e990bec0c402dc877d3f418a2bdf193253 (diff) | |
| download | vcpkg-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/usage | 5 |
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
|
