tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

libhwy.pc.in (323B)


      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
      7 Description: Efficient and performance-portable SIMD wrapper
      8 Version: @HWY_LIBRARY_VERSION@
      9 Libs: -L${libdir} -lhwy
     10 Cflags: -I${includedir} -D@DLLEXPORT_TO_DEFINE@