mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
as on alpine linux this add gcc_s which is a shared library on alpine: Libs.private: -lstdc++ -lm -lssp_nonshared -lgcc_s -lgcc -lc -lgcc_s -lgcc
11 lines
304 B
PkgConfig
11 lines
304 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=@CMAKE_INSTALL_PREFIX@
|
|
libdir=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@
|
|
includedir=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_INCLUDEDIR@
|
|
|
|
Name: libhs
|
|
Description: Intel(R) Hyperscan Library
|
|
Version: @HS_VERSION@
|
|
Libs: -L${libdir} -lhs
|
|
Cflags: -I${includedir}/hs
|