summaryrefslogtreecommitdiff
path: root/automotive-dlt.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'automotive-dlt.pc.in')
-rwxr-xr-xautomotive-dlt.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/automotive-dlt.pc.in b/automotive-dlt.pc.in
new file mode 100755
index 0000000..b0a766f
--- /dev/null
+++ b/automotive-dlt.pc.in
@@ -0,0 +1,12 @@
+prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=@CMAKE_INSTALL_PREFIX@
+libdir=${exec_prefix}/lib
+includedir=${exec_prefix}/include
+
+Name: DLT
+Description: Diagnostic Log and Trace
+Version: @DLT_VERSION@
+Requires:
+Libs: -L${libdir} -ldlt -lrt -lpthread
+Cflags: -I${includedir}/dlt -DDLT_@DLT_MAJOR_VERSION@_@DLT_MINOR_VERSION@
+