Mercurial > hg > sv-dependency-builds
annotate src/zlib-1.2.7/zlib.pc.cmakein @ 122:62723f530572
Remove Vamp SDK (at least from OSX directory). We're beginning to include it in the main build instead.
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Fri, 18 Mar 2016 14:04:03 +0000 |
parents | 8a15ff55d9af |
children |
rev | line source |
---|---|
cannam@89 | 1 prefix=@CMAKE_INSTALL_PREFIX@ |
cannam@89 | 2 exec_prefix=@CMAKE_INSTALL_PREFIX@ |
cannam@89 | 3 libdir=@INSTALL_LIB_DIR@ |
cannam@89 | 4 sharedlibdir=@INSTALL_LIB_DIR@ |
cannam@89 | 5 includedir=@INSTALL_INC_DIR@ |
cannam@89 | 6 |
cannam@89 | 7 Name: zlib |
cannam@89 | 8 Description: zlib compression library |
cannam@89 | 9 Version: @VERSION@ |
cannam@89 | 10 |
cannam@89 | 11 Requires: |
cannam@89 | 12 Libs: -L${libdir} -L${sharedlibdir} -lz |
cannam@89 | 13 Cflags: -I${includedir} |