diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-05-05 14:17:24 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-05-05 14:17:24 (GMT) |
commit | 21050b5b62fc03b7bc5946b159e947a00cd1a7ae (patch) | |
tree | dcac440936e8a4dd3226dd546fb75f3bc83a8e56 | |
parent | 946253c99dd69a055b7ff6d9342e861161b808de (diff) | |
download | CMake-21050b5b62fc03b7bc5946b159e947a00cd1a7ae.zip CMake-21050b5b62fc03b7bc5946b159e947a00cd1a7ae.tar.gz CMake-21050b5b62fc03b7bc5946b159e947a00cd1a7ae.tar.bz2 |
ENH: Add accessort for CMake executable
-rw-r--r-- | Source/cmCTest.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h index e5ed323..0c40497 100644 --- a/Source/cmCTest.h +++ b/Source/cmCTest.h @@ -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, |