Version 1.0.
This commit is contained in:
commit
fb4542c39e
17 changed files with 3171 additions and 0 deletions
11
dmbcs-kraken-api.pc.in
Normal file
11
dmbcs-kraken-api.pc.in
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
prefix = @prefix@
|
||||
exec_prefix = ${prefix}
|
||||
libdir = ${exec_prefix}/lib
|
||||
includedir = ${prefix}/include
|
||||
|
||||
Name : dmbcs-kraken-api
|
||||
Description : C++ Kraken interface library
|
||||
Version : @VERSION@
|
||||
Requires : curlpp openssl
|
||||
Libs : -L${libdir} -ldmbcs-kraken-api @third_party_LIBS@
|
||||
Cflags : -I${includedir} @third_party_CFLAGS@
|
||||
Loading…
Add table
Add a link
Reference in a new issue