summaryrefslogtreecommitdiff
path: root/automotive-dlt.pc.in
blob: b0a766fbaf3ffadf92dd7cf9a37c25d820dfef3e (plain)
1
2
3
4
5
6
7
8
9
10
11
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@