aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/protobuf-lite.pc.cmake
diff options
context:
space:
mode:
authorGravatar Axel Huebl <axel.huebl@plasma.ninja>2017-07-21 18:57:07 +0200
committerGravatar Axel Huebl <axel.huebl@plasma.ninja>2017-07-23 18:28:04 +0200
commit668712c58fe518fdc997cc2103b848b043adceb6 (patch)
tree85b3aafbb3fd5f8afe80dd53ef944855124bec1c /cmake/protobuf-lite.pc.cmake
parente8a32d07ffc665695b7532b97f96970cdeff977e (diff)
CMake: Install .pc Files
Adds pkg-config (`.pc`) files for CMake based installs.
Diffstat (limited to 'cmake/protobuf-lite.pc.cmake')
-rw-r--r--cmake/protobuf-lite.pc.cmake11
1 files changed, 11 insertions, 0 deletions
diff --git a/cmake/protobuf-lite.pc.cmake b/cmake/protobuf-lite.pc.cmake
new file mode 100644
index 00000000..cbe5426a
--- /dev/null
+++ b/cmake/protobuf-lite.pc.cmake
@@ -0,0 +1,11 @@
+prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=@CMAKE_INSTALL_PREFIX@
+libdir=@CMAKE_INSTALL_FULL_LIBDIR@
+includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
+
+Name: Protocol Buffers
+Description: Google's Data Interchange Format
+Version: @protobuf_VERSION@
+Libs: -L${libdir} -lprotobuf-lite @CMAKE_THREAD_LIBS_INIT@
+Cflags: -I${includedir} @CMAKE_THREAD_LIBS_INIT@
+Conflicts: protobuf