src/pkg-config.cpp.pc.in
author František Kučera <franta-hg@frantovo.cz>
Sat, 24 Oct 2020 00:08:18 +0200
branchv_0
changeset 51 7e851aa01499
parent 43 5dd0bfb430a1
permissions -rw-r--r--
Added tag v0.17.1 for changeset 753b56ba97a7

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}