forked from Kistler-Group/sdbus-cpp
12 lines
340 B
PkgConfig
12 lines
340 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=@CMAKE_INSTALL_PREFIX@
|
|
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
|
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
|
|
|
|
Name: @PROJECT_NAME@
|
|
Description: C++ library on top of sd-bus, a systemd D-Bus library
|
|
Requires: libsystemd
|
|
Version: @SDBUSCPP_VERSION@
|
|
Libs: -L${libdir} -l@PROJECT_NAME@
|
|
Cflags: -I${includedir}
|