소스 검색

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,