ENH: implements SetProperties for TEST

This commit is contained in:
Ken Martin
2006-12-07 14:54:15 -05:00
parent 013ec39881
commit a00200e8d4
4 changed files with 69 additions and 24 deletions
+5
View File
@@ -71,6 +71,11 @@ public:
}
cmTypeMacro(cmSetTestsPropertiesCommand, cmCommand);
static bool SetOneTest(const char *tname,
std::vector<std::string> &propertyPairs,
cmMakefile *mf,
std::string &errors);
};