mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 13:50:10 -05:00
Split ctest into two three files
This commit is contained in:
@@ -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})
|
||||
|
||||
+1469
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;
|
||||
+3
-1455
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user