forked from Kistler-Group/sdbus-cpp
* Switch from autotools to CMake * CMake: require at least cmake 3.8 * cmake: updates for tests
12 lines
340 B
PkgConfig
Executable File
12 lines
340 B
PkgConfig
Executable File
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}
|