diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2005-01-21 15:27:51 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2005-01-21 15:27:51 (GMT) |
commit | a641ad3bba58932279b55bae9e05fb9d5277a0bf (patch) | |
tree | 66cfe0c4df46da607404c531178fdd1c07d1b6ba /Source/CMakeLists.txt | |
parent | 1bfb3194ec849ccfef6078d78cecc761f0c8377b (diff) | |
download | CMake-a641ad3bba58932279b55bae9e05fb9d5277a0bf.zip CMake-a641ad3bba58932279b55bae9e05fb9d5277a0bf.tar.gz CMake-a641ad3bba58932279b55bae9e05fb9d5277a0bf.tar.bz2 |
ENH: split up cmCommands into two files
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 4451e12..5196fba 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -3,6 +3,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 1.5) SET(SRCS cmCacheManager.cxx cmCacheManager.h + cmBootstrapCommands.cxx cmCommands.cxx cmCommands.h cmCustomCommand.cxx |