mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
Merge topic 'custom-command-refactor'
53ea8b3Merge branch 'imported-target-dependencies' into custom-command-refactor1a29ccaRemove cmLocalGenerator::GetRealLocation542b517Factor out common custom command generator6fe5b3dSimplify VS generator ConstructScript interface
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
|
||||
class cmSourceFile;
|
||||
class cmSourceGroup;
|
||||
class cmCustomCommand;
|
||||
|
||||
/** \class cmLocalVisualStudioGenerator
|
||||
* \brief Base class for Visual Studio generators.
|
||||
@@ -32,11 +33,8 @@ public:
|
||||
virtual ~cmLocalVisualStudioGenerator();
|
||||
|
||||
/** Construct a script from the given list of command lines. */
|
||||
std::string ConstructScript(const cmCustomCommandLines& commandLines,
|
||||
const char* workingDirectory,
|
||||
std::string ConstructScript(cmCustomCommand const& cc,
|
||||
const char* configName,
|
||||
bool escapeOldStyle,
|
||||
bool escapeAllowMakeVars,
|
||||
const char* newline = "\n");
|
||||
|
||||
/** Line of batch file text that skips to the end after
|
||||
|
||||
Reference in New Issue
Block a user