src/pkg-config.cpp.pc.in
author František Kučera <franta-hg@frantovo.cz>
Sat, 06 Jun 2020 01:50:43 +0200
branchv_0
changeset 48 1d1e60f64b70
parent 44 bcff4ebca71d
permissions -rw-r--r--
Added tag v0.16 for changeset e10d98ca01e2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
32
1a31d1fb5000 cmake: generate pkg-config and install
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     1
prefix=@CMAKE_INSTALL_PREFIX@
1a31d1fb5000 cmake: generate pkg-config and install
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     2
libdir=${prefix}/lib/relpipe/
1a31d1fb5000 cmake: generate pkg-config and install
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     3
includedir=${prefix}/include/
1a31d1fb5000 cmake: generate pkg-config and install
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     4
1a31d1fb5000 cmake: generate pkg-config and install
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     5
Name: @PROJECT_TITLE@
1a31d1fb5000 cmake: generate pkg-config and install
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     6
Description: @PROJECT_DESCRIPTION@
1a31d1fb5000 cmake: generate pkg-config and install
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     7
Version: @PROJECT_VERSION@
1a31d1fb5000 cmake: generate pkg-config and install
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     8
44
bcff4ebca71d rename and make shared library: relpipe-lib-protocol.cpp → relpipe-lib-common.cpp
František Kučera <franta-hg@frantovo.cz>
parents: 32
diff changeset
     9
Requires: relpipe-lib-common.cpp = @PROJECT_VERSION@
bcff4ebca71d rename and make shared library: relpipe-lib-protocol.cpp → relpipe-lib-common.cpp
František Kučera <franta-hg@frantovo.cz>
parents: 32
diff changeset
    10
32
1a31d1fb5000 cmake: generate pkg-config and install
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    11
Libs: -L${libdir} -l@LIBRARY_FILE@
1a31d1fb5000 cmake: generate pkg-config and install
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    12
Cflags: -I${includedir}