summaryrefslogtreecommitdiffstats
path: root/cmake/sexpp.pc.in
blob: 1ab63e1b50165a0427d31ba565345c1a089d150e (plain)
1
2
3
4
5
6
7
8
9
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@

Name: sexp
Description: C++ library for working with S-Expressions
Version: @PROJECT_VERSION@
URL: https://github.com/rnpgp/sexp
Libs: -L${libdir} -lsexpp
Cflags: -I${includedir}