src/pkg-config.cpp.pc.in
author František Kučera <franta-hg@frantovo.cz>
Wed, 30 Oct 2019 16:47:42 +0100
branchv_0
changeset 43 e8889e9b6786
parent 32 1a31d1fb5000
child 44 bcff4ebca71d
permissions -rw-r--r--
Added tag v0.14 for changeset 3442e0d6caec

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}