mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
committed by
Brad King
parent
3cb5a8d9b3
commit
fec441ec17
@@ -22,10 +22,12 @@ class cmCustomCommandGenerator
|
||||
bool MakeVars;
|
||||
cmGeneratorExpression* GE;
|
||||
cmCustomCommandLines CommandLines;
|
||||
std::vector<std::vector<std::string>> EmulatorsWithArguments;
|
||||
std::vector<std::string> Depends;
|
||||
std::string WorkingDirectory;
|
||||
|
||||
const char* GetCrossCompilingEmulator(unsigned int c) const;
|
||||
void FillEmulatorsWithArguments();
|
||||
std::vector<std::string> GetCrossCompilingEmulator(unsigned int c) const;
|
||||
const char* GetArgv0Location(unsigned int c) const;
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user