src/pkg-config.cpp.pc.in
author František Kučera <franta-hg@frantovo.cz>
Wed, 20 Feb 2019 11:30:49 +0100
branchv_0
changeset 37 39c2e7f31e36
parent 32 b1c84aca28fb
child 43 5dd0bfb430a1
permissions -rw-r--r--
Added tag v0.10 for changeset 96a623fca71e

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

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

Libs: -L${libdir} -l@LIBRARY_FILE@
Cflags: -I${includedir}