src/pkg-config.cpp.pc.in
author František Kučera <franta-hg@frantovo.cz>
Fri, 24 Jan 2020 20:49:46 +0100
branchv_0
changeset 47 77fbaccdeea4
parent 43 5dd0bfb430a1
permissions -rw-r--r--
support „writeHeader = false“ to allow appending records to an existing relation

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}