blob: 2c5969fe20e3fb6d3a4f4439db62f8cf52840ad4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# file : libodb-boost.pc.in
# license : GNU GPL v2; see accompanying LICENSE file
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libodb-boost
Description: Object-relational mapping (ORM) system for C++, Boost profile library
URL: http://www.codesynthesis.com/products/odb/
Version: @VERSION@
Libs: -L${libdir} -lodb-boost
Cflags: -I${includedir}
|