early-access version 2853
This commit is contained in:
5
externals/vcpkg/ports/isal/usage
vendored
Executable file
5
externals/vcpkg/ports/isal/usage
vendored
Executable file
@@ -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
|
||||
Reference in New Issue
Block a user