Templates can now be reused across projects. The output files are still put in the root of the output tree because that is where the client programs will look for them.
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@
|