File: dbus-cpp.pc.in

package info (click to toggle)
dbus-cpp 5.0.6-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,212 kB
  • sloc: cpp: 9,433; ansic: 2,012; xml: 1,156; makefile: 14; sh: 2
file content (11 lines) | stat: -rw-r--r-- 399 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${exec_prefix}/include
 
Name: @CMAKE_PROJECT_NAME@
Description: A DBus binding to C++11, relying on generic programming to abstract away from type systems.
Version: @DBUS_CPP_VERSION_MAJOR@.@DBUS_CPP_VERSION_MINOR@.@DBUS_CPP_VERSION_PATCH@
Cflags: -I${includedir}
Libs: -L${libdir} -ldbus-cpp
Requires: dbus-1