src/pkg-config.cpp.pc.in
author František Kučera <franta-hg@frantovo.cz>
Sun, 26 May 2019 22:22:59 +0200
branchv_0
changeset 13 518c64d52d43
parent 6 22b0fd622175
child 17 46151cd23815
permissions -rw-r--r--
Added tag v0.12 for changeset fb8bc4463a44

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}