src/pkg-config.cpp.pc.in
author František Kučera <franta-hg@frantovo.cz>
Fri, 18 Jan 2019 20:26:30 +0100
branchv_0
changeset 10 a70cfa62ddfa
parent 6 22b0fd622175
permissions -rw-r--r--
Added tag v0.9 for changeset 6475b6974bad

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

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

# this is header-only library, so no .so
# Libs: -L${libdir} -l@LIBRARY_FILE@

Cflags: -I${includedir}