| 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@ |