summaryrefslogtreecommitdiffstats
path: root/Source/CMakeLists.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-03-14 15:12:49 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-03-14 15:13:33 (GMT)
commit32a569e8771311348306f15644bfa048ee183892 (patch)
treefff1f3ec6e69c8a91aa812a7b863bbacc2072d79 /Source/CMakeLists.txt
parent7bc03aa6e24a7120497b639148268d52df3d691d (diff)
parente2e8f6b132967844a8bafc866d6cb5c90342af08 (diff)
downloadCMake-32a569e8771311348306f15644bfa048ee183892.zip
CMake-32a569e8771311348306f15644bfa048ee183892.tar.gz
CMake-32a569e8771311348306f15644bfa048ee183892.tar.bz2
Merge topic 'refactor_cmfilecopier'
e2e8f6b132 cmFileCommand: Factor out cmFileCopier and cmFileInstaller Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2664
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r--Source/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt
index 2db276d..696826f 100644
--- a/Source/CMakeLists.txt
+++ b/Source/CMakeLists.txt
@@ -224,6 +224,10 @@ set(SRCS
cmFileAPICodemodel.h
cmFileAPICMakeFiles.cxx
cmFileAPICMakeFiles.h
+ cmFileCopier.cxx
+ cmFileCopier.h
+ cmFileInstaller.cxx
+ cmFileInstaller.h
cmFileLock.cxx
cmFileLock.h
cmFileLockPool.cxx