diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2017-12-11 13:49:38 +0100 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2017-12-11 13:49:38 +0100 |
commit | 09f80ac4123a2bc02737f19faecb8f2935599cd5 (patch) | |
tree | 77b125770bb6fd892f6a24a7690f3ce1c3bce672 /libnitrokey.pc.in | |
parent | 7797c8fb5fa69068dd659c369bc774ca74f592fe (diff) | |
parent | 232baff378b651747841d2d1292997a043f702c9 (diff) | |
download | libnitrokey-09f80ac4123a2bc02737f19faecb8f2935599cd5.tar.gz libnitrokey-09f80ac4123a2bc02737f19faecb8f2935599cd5.tar.bz2 |
Merge branch 'pr_80'
Closes #80
Tested on Ubuntu 17.10, CMake 3.9.1, pkg-config 0.29.1, GCC 7.2.0.
Diffstat (limited to 'libnitrokey.pc.in')
-rw-r--r-- | libnitrokey.pc.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libnitrokey.pc.in b/libnitrokey.pc.in new file mode 100644 index 0000000..17cde1d --- /dev/null +++ b/libnitrokey.pc.in @@ -0,0 +1,10 @@ +libdir=@CMAKE_INSTALL_FULL_LIBDIR@ +includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@ + +Name: libnitrokey +Description: Library for communicating with Nitrokey in a clean and easy manner +Version: @libnitrokey_VERSION@ +Requires.private: hidapi-libusb + +Libs: -L${libdir} -lnitrokey +Cflags: -I${includedir} |