src/pkg-config.cpp.pc.in
author František Kučera <franta-hg@frantovo.cz>
Tue, 30 Jul 2019 23:56:30 +0200
branchv_0
changeset 19 5664d7c3c821
parent 9 30528cbe8838
permissions -rw-r--r--
Added tag v0.13 for changeset 7197f6c3d6b4

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}