src/pkg-config.cpp.pc.in
author František Kučera <franta-hg@frantovo.cz>
Sat, 06 Jun 2020 01:50:43 +0200
branchv_0
changeset 48 1d1e60f64b70
parent 44 bcff4ebca71d
permissions -rw-r--r--
Added tag v0.16 for changeset e10d98ca01e2

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}