diff options
author | Arne Schwabe <arne@rfc2549.org> | 2017-06-22 18:33:26 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2017-06-22 18:33:26 +0200 |
commit | 6c12bd2094234edc1a129969b89cf45b1da889bd (patch) | |
tree | a39b3af9ad861334a844035d4d88232c8f9ed0ec /main/lzo/lzo2.pc.cmakein | |
parent | f35afa13da08a058bc28ca0e535e044093148e3a (diff) |
Update lzo to 2.10
Diffstat (limited to 'main/lzo/lzo2.pc.cmakein')
-rw-r--r-- | main/lzo/lzo2.pc.cmakein | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/main/lzo/lzo2.pc.cmakein b/main/lzo/lzo2.pc.cmakein new file mode 100644 index 00000000..728c84b2 --- /dev/null +++ b/main/lzo/lzo2.pc.cmakein @@ -0,0 +1,21 @@ +# +# lzo2.pc -- LZO pkg-config configuration file +# +# This file is part of the LZO data compression library. +# http://www.oberhumer.com/opensource/lzo/ +# +# Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer +# All Rights Reserved. +# + +prefix=@CMAKE_INSTALL_PREFIX@ +exec_prefix=@CMAKE_INSTALL_FULL_BINDIR@ +includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@ +libdir=@CMAKE_INSTALL_FULL_LIBDIR@ + +Name: lzo2 +Version: @PROJECT_VERSION@ +Description: LZO - a real-time data compression library +URL: http://www.oberhumer.com/opensource/lzo/ +Cflags: -I${includedir}/lzo +Libs: -L${libdir} -llzo2 |