- step #1 towards a working make install via cmake

This commit is contained in:
Mark Vejvoda
2011-05-03 18:25:35 +00:00
parent 62ae318e60
commit e4f0e8bfbf
6 changed files with 96 additions and 15 deletions

View File

@@ -209,7 +209,7 @@ inline string trim (const string & s, const string & t = SPACES) {
string getFullFileArchiveExtractCommand(string fileArchiveExtractCommand,
string fileArchiveExtractCommandParameters, string outputpath, string archivename);
bool executeShellCommand(string cmd,int expectedResult=IGNORE_CMD_RESULT_VALUE);
string executable_path(string exeName);
string executable_path(string exeName,bool includeExeNameInPath=false);
class ValueCheckerVault {