6f3a7baccd
There is a convention that one can do `pkg-config --variable=includedir` and have it return the path to the source files (even if that should have been taken care of by options in --cflags).
14 lines
377 B
PkgConfig
14 lines
377 B
PkgConfig
prefix=@prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
CXX=@CMAKE_CXX_COMPILER@ @CXX_STD0X_FLAGS@ @OpenMP_CXX_FLAGS@
|
|
CC=@CMAKE_C_COMPILER@ @C_STD99_FLAGS@ @OpenMP_C_FLAGS@
|
|
DEPENDENCIES=
|
|
|
|
Name: OPM Core
|
|
Description: Open Porous Media Initiative Core Library @major@.@minor@
|
|
Version: @major@.@minor@
|
|
URL: http://opm-project.org
|
|
Libs: -l@target@ @libs@
|
|
Cflags: @includes@ @defs@
|