mirror of
https://github.com/OPM/opm-upscaling.git
synced 2025-02-25 18:45:23 -06:00
14 lines
347 B
PkgConfig
14 lines
347 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: @name@
|
|
Description: @description@ @major@.@minor@
|
|
Version: @major@.@minor@
|
|
URL: http://opm-project.org
|
|
Libs: -l@target@ @libs@
|
|
Cflags: @includes@ @defs@
|