src/pkg-config.cpp.pc.in
author František Kučera <franta-hg@frantovo.cz>
Wed, 20 Feb 2019 11:30:49 +0100
branchv_0
changeset 37 39c2e7f31e36
parent 32 b1c84aca28fb
child 43 5dd0bfb430a1
permissions -rw-r--r--
Added tag v0.10 for changeset 96a623fca71e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
32
b1c84aca28fb cmake: generate pkg-config and install
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     1
prefix=@CMAKE_INSTALL_PREFIX@
b1c84aca28fb cmake: generate pkg-config and install
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     2
libdir=${prefix}/lib/relpipe/
b1c84aca28fb cmake: generate pkg-config and install
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     3
includedir=${prefix}/include/
b1c84aca28fb cmake: generate pkg-config and install
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     4
b1c84aca28fb cmake: generate pkg-config and install
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     5
Name: @PROJECT_TITLE@
b1c84aca28fb cmake: generate pkg-config and install
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     6
Description: @PROJECT_DESCRIPTION@
b1c84aca28fb cmake: generate pkg-config and install
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     7
Version: @PROJECT_VERSION@
b1c84aca28fb cmake: generate pkg-config and install
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     8
b1c84aca28fb cmake: generate pkg-config and install
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     9
Libs: -L${libdir} -l@LIBRARY_FILE@
b1c84aca28fb cmake: generate pkg-config and install
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    10
Cflags: -I${includedir}