ENH: Add accessort for CMake executable

This commit is contained in:
Andy Cedilnik 2005-05-05 10:17:24 -04:00
parent 946253c99d
commit 21050b5b62
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@ public:
//! Get the path to CTest
const char* GetCTestExecutable() { return m_CTestSelf.c_str(); }
const char* GetCMakeExecutable() { return m_CMakeSelf.c_str(); }
enum {
EXPERIMENTAL,