Version 1.0.

This commit is contained in:
Dale Mellor 2018-06-12 13:57:55 +01:00
commit fb4542c39e
17 changed files with 3171 additions and 0 deletions

11
dmbcs-kraken-api.pc.in Normal file
View 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@