Skip to content

Commit

Permalink
pkg-config file added.
Browse files Browse the repository at this point in the history
  • Loading branch information
VolkerEnderlein committed Oct 1, 2018
1 parent 92ccffc commit 302ff5d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions Coin.pc.cmake.in
@@ -0,0 +1,20 @@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
bindir=${exec_prefix}/bin
libdir=${exec_prefix}/lib
includedir=${prefix}/include
datarootdir=${prefix}/share
datadir=${datarootdir}
docdir=${datarootdir}/doc/@PROJECT_NAME_LOWER@
infodir=${datarootdir}/info
mandir=${datarootdir}/man
htmldir=${docdir}

Name: @PROJECT_NAME@
Description: A high-level 3D graphics toolkit, fully compatible with SGI Open Inventor 2.1
Version: @PROJECT_VERSION@
Requires:
Conflicts:
Libs: -L${libdir} @COIN_EXTRA_LDFLAGS@ @COIN_EXTRA_LIBS@
Cflags: -I${includedir} @COIN_EXTRA_CFLAGS@ @COIN_EXTRA_CPPFLAGS@

2 changes: 1 addition & 1 deletion Coin.pc.in
Expand Up @@ -6,7 +6,7 @@ datarootdir=@datarootdir@
datadir=${datarootdir}

Name: Coin
Description: a high-level 3D graphics toolkit, fully compatible with SGI Open Inventor 2.1
Description: A high-level 3D graphics toolkit, fully compatible with SGI Open Inventor 2.1
Version: @COIN_VERSION@
Requires:
Conflicts:
Expand Down

0 comments on commit 302ff5d

Please sign in to comment.