blob: eb7bbbb17e7bf1e24904ec84e75514fd7afa32d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Package Information for pkg-config
prefix=@PREFIX@
exec_prefix=@EXEC_PREFIX@
libdir=@LIBDIR@
includedir=@INCLUDEDIR@/sf_common
Name: libsf_common
Description: Commonly used code and defintions for the sensor framework.
Version: @VERSION@
Requires:
Libs: -L${libdir} -lsf_common
Cflags: -I${includedir}
|