Skip to content
Snippets Groups Projects
dune-xt-common.pc.in 901 B
Newer Older
# This file is part of the dune-xt-common project:
#   https://github.com/dune-community/dune-xt-common
René Fritze's avatar
René Fritze committed
# Copyright 2009-2018 dune-xt-common developers and contributors. All rights reserved.
# License: Dual licensed as BSD 2-Clause License (http://opensource.org/licenses/BSD-2-Clause)
#      or  GPL-2.0+ (http://opensource.org/licenses/gpl-license)
#          with "runtime exception" (http://www.dune-project.org/license.html)
René Fritze's avatar
René Fritze committed
# Authors:
#   Felix Schindler (2014, 2016 - 2017)
#   René Fritze     (2010, 2015, 2018)
René Fritze's avatar
René Fritze committed
#   Sven Kaulmann   (2013)
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
CXX=@CXX@
CC=@CC@
DEPENDENCIES=@REQUIRES@

Name: @PACKAGE_NAME@
Version: @VERSION@
Description: DUNE eXTensions (common)
URL: https://github.com/dune-community/dune-xt-common
Requires: ${DEPENDENCIES}
Libs: -L${libdir} -ldunextcommon
Cflags: -I${includedir}