diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-07-31 15:51:42 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-07-31 15:51:42 (GMT) |
commit | bebc745824920465c9df5fee9baf9b6f8a35d34f (patch) | |
tree | 958f9a784bd1aa1960fcd318d6123b5c928a0dc0 /Source/cmMakefile.h | |
parent | ec3f3b5a2db2c0d60fe2dbe31b21cf937fc8264e (diff) | |
download | CMake-bebc745824920465c9df5fee9baf9b6f8a35d34f.zip CMake-bebc745824920465c9df5fee9baf9b6f8a35d34f.tar.gz CMake-bebc745824920465c9df5fee9baf9b6f8a35d34f.tar.bz2 |
ENH: Add set and get test propety command
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 |