mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user