mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:19:00 +08:00
1b0252ca70
* CI test isal, not spdk-isal * Update to 2.30.0 * The nmake build uses only nasm The autotools build chooses the tool by feature level. It even requires yasm for mingw. * Relax platform restriction * Fix mingw builds * Fixup pkgconfig * Rewrite CMake config, move to unofficial namespace * Update versions
5 lines
151 B
Plaintext
5 lines
151 B
Plaintext
The package isal provides CMake targets:
|
|
|
|
find_package(unofficial-isal CONFIG REQUIRED)
|
|
target_link_libraries(main unofficial::isal::isal)
|