src/pkg-config.cpp.pc.in
author František Kučera <franta-hg@frantovo.cz>
Tue, 20 Oct 2020 23:48:51 +0200
branchv_0
changeset 26 b6a8278c9064
parent 17 46151cd23815
permissions -rw-r--r--
Added tag v0.17 for changeset 2934d7e1e9bc

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}