src/pkg-config.cpp.pc.in
author František Kučera <franta-hg@frantovo.cz>
Sat, 27 Nov 2021 23:15:16 +0100
branchv_0
changeset 28 71114e5a0b6e
parent 17 46151cd23815
permissions -rw-r--r--
exception: fix typo: getMessge() → getMessage()
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6
22b0fd622175 cmake: generate pkg-config and install
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     1
prefix=@CMAKE_INSTALL_PREFIX@
22b0fd622175 cmake: generate pkg-config and install
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     2
libdir=${prefix}/lib/relpipe/
22b0fd622175 cmake: generate pkg-config and install
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     3
includedir=${prefix}/include/
22b0fd622175 cmake: generate pkg-config and install
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     4
22b0fd622175 cmake: generate pkg-config and install
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     5
Name: @PROJECT_TITLE@
22b0fd622175 cmake: generate pkg-config and install
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     6
Description: @PROJECT_DESCRIPTION@
22b0fd622175 cmake: generate pkg-config and install
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     7
Version: @PROJECT_VERSION@
22b0fd622175 cmake: generate pkg-config and install
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     8
17
46151cd23815 relpipe-lib-protocol → relpipe-lib-common
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
     9
Libs: -L${libdir} -l@LIBRARY_FILE@
6
22b0fd622175 cmake: generate pkg-config and install
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    10
22b0fd622175 cmake: generate pkg-config and install
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    11
Cflags: -I${includedir}