Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 311 Bytes

libzypp.pc.cmake

File metadata and controls

14 lines (10 loc) · 311 Bytes
 
1
2
3
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=@LIB_INSTALL_DIR@/zypp
libdir=@LIB_INSTALL_DIR@
Jan 27, 2015
Jan 27, 2015
4
includedir=@INCLUDE_INSTALL_DIR@
5
6
7
8
9
10
11
12
13
Name: @PACKAGE@
Version: @VERSION@
Description: Package, Patch, Pattern, and Product Management
Libs: -L${libdir} -lzypp
Cflags: -I${includedir} @ZYPP_CFLAGS@
features=@ZYPP_FEATURES@