mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 20:00:51 -05:00
cmGeneratorExpression: Port interface to cmGeneratorTarget.
This commit is contained in:
@@ -19,14 +19,15 @@
|
||||
#include <string>
|
||||
|
||||
class cmTarget;
|
||||
class cmGeneratorTarget;
|
||||
class cmLocalGenerator;
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
struct cmGeneratorExpressionContext
|
||||
{
|
||||
cmGeneratorExpressionContext(cmLocalGenerator* lg, std::string const& config,
|
||||
bool quiet, cmTarget const* headTarget,
|
||||
cmTarget const* currentTarget,
|
||||
bool quiet, const cmGeneratorTarget* headTarget,
|
||||
cmGeneratorTarget const* currentTarget,
|
||||
bool evaluateForBuildsystem,
|
||||
cmListFileBacktrace const& backtrace,
|
||||
std::string const& language);
|
||||
|
||||
Reference in New Issue
Block a user