瀏覽代碼

ENH: Add accessort for CMake executable

Andy Cedilnik 20 年之前
父節點
當前提交
21050b5b62
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Source/cmCTest.h

+ 1 - 0
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,