vcpkg/ports/isal/usage
Ernest Zaslavsky 1e0300f54f Add isa-l package (#5491)
Intel(R) Intelligent Storage Acceleration Library
2019-03-04 15:12:28 -08:00

6 lines
243 B
Plaintext

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