forked from Kistler-Group/sdbus-cpp
* fix: correctly add libsystemd dependency to pkgconfig * refactor: solve sd-bus dependencies uniformly --------- Co-authored-by: Stanislav Angelovič <stanislav.angelovic@protonmail.com>
12 lines
362 B
PkgConfig
12 lines
362 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@PKGCONFIG_REQS@: @PKGCONFIG_DEPS@
|
|
Version: @SDBUSCPP_VERSION@
|
|
Libs: -L${libdir} -l@PROJECT_NAME@
|
|
Cflags: -I${includedir}
|