mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:39:06 +08:00
99021f98b1
* Update isalConfig.cmake * Refactor build process * Remove debug/share on non-Windows * Fix build, fix config.cmake, correct usage info * version * Add supports, add license * cleanup baseline * version * update supports * version * Correct include path * version * Fix lib name on non-Windows * version * Apply suggestion * version * Apply suggestions * version * Apply suggestion * version Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
5 lines
202 B
Plaintext
5 lines
202 B
Plaintext
The package isal is compatible with built-in CMake targets:
|
|
|
|
find_package(isal CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:ISAL::isa-l>,ISAL::isa-l,ISAL::isal>)
|