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 39 acf95eeefe8b
parent 32 b1c84aca28fb
child 43 5dd0bfb430a1
permissions -rw-r--r--
Added tag v0.12 for changeset ad8e76bc916d

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}