mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
2765398421
Differential Revision: https://phabricator.services.mozilla.com/D139919
11 lines
323 B
PkgConfig
11 lines
323 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
|
|
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
|
|
|
|
Name: libhwy
|
|
Description: Efficient and performance-portable SIMD wrapper
|
|
Version: @HWY_LIBRARY_VERSION@
|
|
Libs: -L${libdir} -lhwy
|
|
Cflags: -I${includedir} -D@DLLEXPORT_TO_DEFINE@
|