src/pkg-config.cpp.pc.in
author František Kučera <franta-hg@frantovo.cz>
Mon, 08 Apr 2019 13:37:14 +0200
branchv_0
changeset 8 60183af4604e
parent 0 9000436424bb
permissions -rw-r--r--
Added tag v0.11 for changeset 5201d93f8bdd

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}