diff options
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 000133e..ab0c89a 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -637,6 +637,7 @@ public: */ cmTest* GetTest(const char* testName) const; const std::vector<cmTest*> *GetTests() const; + std::vector<cmTest*> *GetTests(); /** * Get a list of macros as a ; separated string |