mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-02-01 02:44:04 -05:00
6 lines
243 B
Plaintext
Executable File
6 lines
243 B
Plaintext
Executable File
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
|