STYLE: create command documentation for ctest

I think some of the cmake commands should be removed from ctest if possible,
like add_executable etc.

Alex
This commit is contained in:
Alexander Neundorf
2007-06-08 16:06:33 -04:00
parent d1c4a0bf9e
commit e37f8e2964
4 changed files with 70 additions and 45 deletions

View File

@@ -108,6 +108,9 @@ public:
void Initialize();
void CreateCMake();
void GetCommandDocumentation(std::vector<cmDocumentationEntry>& v) const;
private:
// reads in a script
int ReadInScript(const std::string& total_script_arg);