Fixed CPack to generate DEB,RPM and TGZ packages of dlt. Use: cmake .. -> cpack ..
[profile/ivi/dlt-daemon.git] / automotive-dlt.pc.cmake
1 prefix=@prefix@
2 exec_prefix=@prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6 Name: DLT
7 Description: Diagnostic Log and Trace 
8 Version: @GENIVI_PROJECT_VERSION@
9 Requires: 
10 Libs: -L${libdir} -ldlt -lrt -lpthread
11 Cflags: -I${includedir}/dlt -DDLT_@PRINT_MAJOR_VERSION@_@PRINT_MINOR_VERSION@
12