blob: 89c45f5e42db8312345fffefce4b2f51c51270de [file] [log] [blame]
Jan Wassenbergb794fd22021-04-27 09:18:04 -07001prefix=@CMAKE_INSTALL_PREFIX@
2exec_prefix=${prefix}
3libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
4includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
5
6Name: libhwy-contrib
Jan Wassenbergf1391b52022-02-01 00:40:37 -08007Description: Additions to Highway: dot product, image, math, sort
Jan Wassenbergb794fd22021-04-27 09:18:04 -07008Version: @HWY_LIBRARY_VERSION@
9Libs: -L${libdir} -lhwy_contrib
10Cflags: -I${includedir}