mirror of
https://github.com/eclipse/mosquitto.git
synced 2025-04-19 10:22:16 +03:00
This patch adds pkg-config files for libmosquitto and libmosquittopp, and installs them through CMake. Refs #107 Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca>
11 lines
246 B
PkgConfig
11 lines
246 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
includedir=${prefix}/include
|
|
libdir=${exec_prefix}/lib
|
|
|
|
Name: mosquitto
|
|
Description: mosquitto MQTT library (C bindings)
|
|
Version: @VERSION@
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lmosquitto
|