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 9 3a41c46e8286
parent 0 9000436424bb
permissions -rw-r--r--
Added tag v0.12 for changeset 60183af4604e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
9000436424bb project skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     1
prefix=@CMAKE_INSTALL_PREFIX@
9000436424bb project skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     2
libdir=${prefix}/lib/relpipe/
9000436424bb project skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     3
includedir=${prefix}/include/
9000436424bb project skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     4
9000436424bb project skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     5
Name: @PROJECT_TITLE@
9000436424bb project skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     6
Description: @PROJECT_DESCRIPTION@
9000436424bb project skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     7
Version: @PROJECT_VERSION@
9000436424bb project skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     8
9000436424bb project skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     9
# this is header-only library, so no .so
9000436424bb project skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    10
# Libs: -L${libdir} -l@LIBRARY_FILE@
9000436424bb project skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    11
9000436424bb project skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    12
Cflags: -I${includedir}