seznam / SuperiorMySqlpp

SuperiorMySQL++
GNU Lesser General Public License v3.0
31 stars 20 forks source link

pkg-config support #7

Closed danopernis closed 8 years ago

danopernis commented 8 years ago

It would be nice to add support for pkg-config, i.e. install file libsuperiormysqlpp.pc to /usr/lib/pkgconfig with following contents:

prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Name: SuperiorMySqlpp
Description: SuperiorMySqlpp
Version: 0.1.1
Libs: -lmysqlclient
Cflags: -I${includedir}
mody commented 8 years ago

+1