diff options
author | Michael Bestas <mkbestas@gmail.com> | 2020-04-18 17:12:06 +0300 |
---|---|---|
committer | Michael Bestas <mkbestas@gmail.com> | 2020-04-18 17:12:06 +0300 |
commit | ea8aefcf657335910a97e158e1c4752db9b0a880 (patch) | |
tree | 0b9f185d6b013c9402446ad1d41ae560fa137288 /loc-hal.pc.in |
Squashed 'gps/' content from commit 8582827c8
git-subtree-dir: gps
git-subtree-split: 8582827c8f8cb19c2eff71f0737e17f3068ba41a
Diffstat (limited to 'loc-hal.pc.in')
-rw-r--r-- | loc-hal.pc.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/loc-hal.pc.in b/loc-hal.pc.in new file mode 100644 index 0000000..22d174b --- /dev/null +++ b/loc-hal.pc.in @@ -0,0 +1,10 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: loc-hal +Description: QTI GPS Loc HAL +Version: @VERSION +Libs: -L${libdir} -lgnss +Cflags: -I${includedir} -I${includedir}/utils -I${includedir}/core -I${includedir}/loc-hal |