diff options
| author | 2019-07-25 09:59:58 +0200 | |
|---|---|---|
| committer | 2019-07-25 09:59:58 +0200 | |
| commit | cac0fec3b1833ef5bf7240d8ef9ef945047b19b6 (patch) | |
| tree | b05653af3b95300e1106d5ceabd852e5f68a015c /diceparser.pc.in | |
| parent | bb6b87a2685c0d71b5c38be33c100f85ac0b9cee (diff) | |
| download | OneRoll-cac0fec3b1833ef5bf7240d8ef9ef945047b19b6.tar.gz OneRoll-cac0fec3b1833ef5bf7240d8ef9ef945047b19b6.zip | |
template for pkg config file
Diffstat (limited to 'diceparser.pc.in')
| -rw-r--r-- | diceparser.pc.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/diceparser.pc.in b/diceparser.pc.in new file mode 100644 index 0000000..61b5aea --- /dev/null +++ b/diceparser.pc.in @@ -0,0 +1,12 @@ +prefix=@CMAKE_INSTALL_PREFIX@ +exec_prefix=@CMAKE_INSTALL_PREFIX@ +libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@ +includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@ + +Name: @PROJECT_NAME@ +Description: @PROJECT_DESCRIPTION@ +Version: @PROJECT_VERSION@ + +Requires: +Libs: -L${libdir} -ldiceparser +Cflags: -I${includedir} |