src/pkg-config.cpp.pc.in
author František Kučera <franta-hg@frantovo.cz>
Fri, 13 Dec 2019 22:19:39 +0100
branchv_0
changeset 46 12c329f5524f
parent 44 bcff4ebca71d
permissions -rw-r--r--
support signed integers, negative numbers; binary format change: encode numbers as SLEB128

prefix=@CMAKE_INSTALL_PREFIX@
libdir=${prefix}/lib/relpipe/
includedir=${prefix}/include/

Name: @PROJECT_TITLE@
Description: @PROJECT_DESCRIPTION@
Version: @PROJECT_VERSION@

Requires: relpipe-lib-common.cpp = @PROJECT_VERSION@

Libs: -L${libdir} -l@LIBRARY_FILE@
Cflags: -I${includedir}