diff options
author | Brad King <brad.king@kitware.com> | 2009-04-22 13:18:19 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-04-22 13:18:19 (GMT) |
commit | d25289ad9254c67d8231c6582b4b9a35daa8297c (patch) | |
tree | 3169d7647d86deb0f8f93663e7fcaf52c8d0336e /Source/CMakeLists.txt | |
parent | efe07c4e0a76868657d617a47cc03797e0a3a93e (diff) | |
download | CMake-d25289ad9254c67d8231c6582b4b9a35daa8297c.zip CMake-d25289ad9254c67d8231c6582b4b9a35daa8297c.tar.gz CMake-d25289ad9254c67d8231c6582b4b9a35daa8297c.tar.bz2 |
ENH: Factor global-VC parts out of cmCTestSVN
This factors parts of the svn update implementation that are useful for
any globally-versioning vcs tool into cmCTestGlobalVC. It will allow
the code to be shared among the support classes for most vcs tools.
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 1193363..bcc5999 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -355,6 +355,8 @@ SET(CTEST_SRCS cmCTest.cxx CTest/cmCTestVC.cxx CTest/cmCTestVC.h + CTest/cmCTestGlobalVC.cxx + CTest/cmCTestGlobalVC.h CTest/cmCTestCVS.cxx CTest/cmCTestCVS.h CTest/cmCTestSVN.cxx |