mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-18 12:20:58 +01:00
removed conditional include "config.h", it's senseless, added pkg-config configuration
This commit is contained in:
10
libpcp/libpcp1.pc.in
Normal file
10
libpcp/libpcp1.pc.in
Normal file
@@ -0,0 +1,10 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: libpcp1
|
||||
Description: Pretty Curved Privacy API LIbrary
|
||||
Version: @VERSION@
|
||||
Cflags: -I${includedir}
|
||||
Libs: -L${libdir} -lsodium -lpcp1
|
||||
Reference in New Issue
Block a user