Version 1.0
This commit is contained in:
commit
289546c938
14 changed files with 2278 additions and 0 deletions
11
dmbcs-market-data-api.pc.in
Normal file
11
dmbcs-market-data-api.pc.in
Normal 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@
|
||||
Loading…
Add table
Add a link
Reference in a new issue