mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-20 11:48:25 -06:00
If we are using the Apple toolchain on MacOS X, we must use the newer runtime and not the old GCC 4.2 fork, in order to get the C++11 library features (such as std::shared_ptr).
14 lines
374 B
PkgConfig
14 lines
374 B
PkgConfig
prefix=@prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
CXX=@CMAKE_CXX_COMPILER@ @CXX_STD0X_FLAGS@@CXX_SPACE@@CXX_STDLIB_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: @target@ @libs@
|
|
Cflags: @includes@ @defs@
|