diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-01-27 20:54:47 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-01-27 20:54:47 (GMT) |
commit | c22cc421e0344074dd4db2f6003ede96a4df7160 (patch) | |
tree | 8ad4f90eaa87ce15939588fe6b91a456f4183ea3 /Source/CMakeLists.txt | |
parent | d268431ac86ad567596861699f4ed38f3ab6aa58 (diff) | |
download | CMake-c22cc421e0344074dd4db2f6003ede96a4df7160.zip CMake-c22cc421e0344074dd4db2f6003ede96a4df7160.tar.gz CMake-c22cc421e0344074dd4db2f6003ede96a4df7160.tar.bz2 |
ENH: Several cleanups and improvements
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 9926525..52916fc 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -149,6 +149,7 @@ SET(CMTEST_SRCS ctest.cxx cmCTest.cxx CTest/cmCTestEmptyBinaryDirectoryCommand.cxx CTest/cmCTestRunScriptCommand.cxx CTest/cmCTestSleepCommand.cxx + CTest/cmCTestMemCheckHandler.cxx ) INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/Source/CTest) |