summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorBryon Bean <bryon.bean@kitware.com>2019-03-13 15:51:12 (GMT)
committerBrad King <brad.king@kitware.com>2019-03-13 18:06:32 (GMT)
commite2e8f6b132967844a8bafc866d6cb5c90342af08 (patch)
tree1535349b1d7539c9a307469d7dbeaf4ab2cde2e1 /bootstrap
parent80b761b9244d5ab9047082be40ebeee256be95ef (diff)
downloadCMake-e2e8f6b132967844a8bafc866d6cb5c90342af08.zip
CMake-e2e8f6b132967844a8bafc866d6cb5c90342af08.tar.gz
CMake-e2e8f6b132967844a8bafc866d6cb5c90342af08.tar.bz2
cmFileCommand: Factor out cmFileCopier and cmFileInstaller
Split these classes out into their own sources.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index 26c5212..a3cd6f0 100755
--- a/bootstrap
+++ b/bootstrap
@@ -302,6 +302,8 @@ CMAKE_CXX_SOURCES="\
cmExprParserHelper \
cmExternalMakefileProjectGenerator \
cmFileCommand \
+ cmFileCopier \
+ cmFileInstaller \
cmFileTimeComparison \
cmFindBase \
cmFindCommon \