src/pkg-config.cpp.pc.in
author František Kučera <franta-hg@frantovo.cz>
Wed, 19 Dec 2018 23:10:19 +0100
branchv_0
changeset 7 2f7365948a67
parent 6 22b0fd622175
permissions -rw-r--r--
builds with cmake 3.7.2 (e.g. on Debian GNU/Linux 9.6)

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}