diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-01-08 17:59:52 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-01-08 17:59:52 (GMT) |
commit | 829f8382e062466b4163e7a6dd36c6151e3e6b29 (patch) | |
tree | a5aa76f3689a723e2214b9d31a1608e208580f39 /Source/CMakeLists.txt | |
parent | 4d6dba4c37928026b577870e93128e55cd16a24f (diff) | |
download | CMake-829f8382e062466b4163e7a6dd36c6151e3e6b29.zip CMake-829f8382e062466b4163e7a6dd36c6151e3e6b29.tar.gz CMake-829f8382e062466b4163e7a6dd36c6151e3e6b29.tar.bz2 |
Add option of watching variables
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 358442d..f7bac8b 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -20,6 +20,7 @@ cmGlobalGenerator.cxx cmGlobalUnixMakefileGenerator.cxx cmLocalGenerator.cxx cmLocalUnixMakefileGenerator.cxx +cmVariableWatch.cxx cmake.h cmakewizard.h cmMakeDepend.h @@ -39,6 +40,7 @@ cmGlobalGenerator.h cmGlobalUnixMakefileGenerator.h cmLocalGenerator.h cmLocalUnixMakefileGenerator.h +cmVariableWatch.h ) # configure the .h file |