Commit Graph

2 Commits

Author SHA1 Message Date
Roland Kaufmann
57812653f3 Compatibility module for dunecontrol-driven clients
If a client generated with duneproject/built with dunecontrol has a
dependency to opm-material, the macros defined in this file is expected
to exist and will be called to search for the opm-material library.

All that is done here is to use the pkg-config helper module and
import the configuration that was written by the CMake system (which
even may have been called earlier in the same dunecontrol "session")
2013-08-07 22:13:49 +02:00
Roland Kaufmann
5984e04b32 Library to pick up configuration from pkg-config files
Pkg-config files are written as part of the CMake configuration, and
these can be imported into AutoTools-driven projects to get the correct
compiler and linker options that has been probed.
2013-08-07 22:10:27 +02:00