mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 04:29:52 +00:00
ENH: Make FindMakeProgram public
This commit is contained in:
parent
f1ebfb24c6
commit
f812d053f6
@ -98,7 +98,8 @@ public:
|
||||
std::string *output,
|
||||
const char *makeProgram, const char *config,
|
||||
bool clean);
|
||||
virtual std::string GenerateBuildCommand(const char* makeProgram, const char *projectName, const char *targetName,
|
||||
virtual std::string GenerateBuildCommand(const char* makeProgram,
|
||||
const char *projectName, const char *targetName,
|
||||
const char* config, bool ignoreErrors);
|
||||
|
||||
///! Set the CMake instance
|
||||
@ -137,11 +138,15 @@ public:
|
||||
std::string ConvertToRelativePath(const std::vector<std::string>& local,
|
||||
const char* remote);
|
||||
|
||||
/*
|
||||
* Determine what program to use for building the project.
|
||||
*/
|
||||
void FindMakeProgram(cmMakefile*);
|
||||
|
||||
protected:
|
||||
// Fill the m_ProjectMap, this must be called after m_LocalGenerators has been populated.
|
||||
void FillProjectMap();
|
||||
bool IsExcluded(cmLocalGenerator* root, cmLocalGenerator* gen);
|
||||
void FindMakeProgram(cmMakefile*);
|
||||
|
||||
void ConfigureRelativePaths();
|
||||
void SetupTests();
|
||||
|
Loading…
Reference in New Issue
Block a user