Backed out 2 changesets (bug 903746) for causing non-unified build bustages on nsIPri...
[gecko.git] / third_party / highway / libhwy-test.pc.in
blob0416b10df3a6b31f17e122b6576958505dfb68eb
1 prefix=@CMAKE_INSTALL_PREFIX@
2 exec_prefix=${prefix}
3 libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
4 includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
6 Name: libhwy-test
7 Description: Efficient and performance-portable SIMD wrapper, test helpers.
8 Requires: gtest
9 Version: @HWY_LIBRARY_VERSION@
10 Libs: -L${libdir} -lhwy_test
11 Cflags: -I${includedir}