Split ctest into two three files
This commit is contained in:
parent
728d3da737
commit
72cde70ee8
|
@ -90,7 +90,7 @@ LINK_DIRECTORIES(${CMake_BINARY_DIR}/Source)
|
|||
|
||||
ADD_EXECUTABLE(cmake cmakemain.cxx)
|
||||
ADD_EXECUTABLE(DumpDocumentation cmDumpDocumentation)
|
||||
ADD_EXECUTABLE(ctest ctest.cxx)
|
||||
ADD_EXECUTABLE(ctest ctest.cxx cmCTest.cxx)
|
||||
|
||||
IF (UNIX)
|
||||
TARGET_LINK_LIBRARIES(CMakeLib ${CMAKE_DL_LIBS})
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -18,7 +18,7 @@
|
|||
|
||||
#include "cmStandardIncludes.h"
|
||||
|
||||
class ctest
|
||||
class cmCTest
|
||||
{
|
||||
public:
|
||||
/**
|
||||
|
@ -83,7 +83,7 @@ public:
|
|||
/**
|
||||
* constructor
|
||||
*/
|
||||
ctest();
|
||||
cmCTest();
|
||||
|
||||
bool m_UseIncludeRegExp;
|
||||
std::string m_IncludeRegExp;
|
1458
Source/ctest.cxx
1458
Source/ctest.cxx
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue