File: effcee.pc.in

package info (click to toggle)
effcee 2019.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 372 kB
  • sloc: cpp: 2,052; python: 14; makefile: 9; sh: 8
file content (10 lines) | stat: -rw-r--r-- 300 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
prefix=@CMAKE_INSTALL_PREFIX@
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@

Name: effcee
Description: C++ library for stateful pattern matching of strings
Version: @EFFCEE_VERSION@
Requires: re2
Cflags: -std=c++11 -I${includedir}
Libs: -L${libdir} -leffcee