summaryrefslogtreecommitdiffstats
path: root/third_party/highway/libhwy-test.pc.in
blob: 0416b10df3a6b31f17e122b6576958505dfb68eb (plain)
1
2
3
4
5
6
7
8
9
10
11
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@

Name: libhwy-test
Description: Efficient and performance-portable SIMD wrapper, test helpers.
Requires: gtest
Version: @HWY_LIBRARY_VERSION@
Libs: -L${libdir} -lhwy_test
Cflags: -I${includedir}