Jan Wassenberg | b794fd2 | 2021-04-27 09:18:04 -0700 | [diff] [blame] | 1 | prefix=@CMAKE_INSTALL_PREFIX@ |
| 2 | exec_prefix=${prefix} |
| 3 | libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@ |
| 4 | includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@ |
| 5 | |
| 6 | Name: libhwy-contrib |
Jan Wassenberg | f1391b5 | 2022-02-01 00:40:37 -0800 | [diff] [blame] | 7 | Description: Additions to Highway: dot product, image, math, sort |
Jan Wassenberg | b794fd2 | 2021-04-27 09:18:04 -0700 | [diff] [blame] | 8 | Version: @HWY_LIBRARY_VERSION@ |
| 9 | Libs: -L${libdir} -lhwy_contrib |
| 10 | Cflags: -I${includedir} |