Version 1.0

This commit is contained in:
Dale Mellor 2020-01-21 10:55:51 +00:00
commit 289546c938
14 changed files with 2278 additions and 0 deletions

View file

@ -0,0 +1,11 @@
prefix = @prefix@
exec_prefix = ${prefix}
libdir = ${exec_prefix}/lib
includedir = ${prefix}/include
Name : dmbcs-market-data-api
Description : DMBCS Market Data Service C++ interface library
Version : @VERSION@
Requires : curlpp openssl
Libs : -L${libdir} -ldmbcs-market-data-api @third_party_LIBS@
Cflags : -I${includedir} @third_party_CFLAGS@