[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.408 1.409

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Feb 24 10:39:56 EST 2009


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv2100/Source

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: Add cmCTestCVS and cmCTestSVN

These cmCTestVC subclasses will implement interaction with CVS and SVN
tools.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CMakeLists.txt,v
retrieving revision 1.408
retrieving revision 1.409
diff -C 2 -d -r1.408 -r1.409
*** CMakeLists.txt	24 Feb 2009 15:39:28 -0000	1.408
--- CMakeLists.txt	24 Feb 2009 15:39:54 -0000	1.409
***************
*** 346,349 ****
--- 346,353 ----
    CTest/cmCTestVC.cxx
    CTest/cmCTestVC.h
+   CTest/cmCTestCVS.cxx
+   CTest/cmCTestCVS.h
+   CTest/cmCTestSVN.cxx
+   CTest/cmCTestSVN.h
    )
  



More information about the Cmake-commits mailing list