diff options
author | Brad King <brad.king@kitware.com> | 2019-03-14 15:12:49 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-03-14 15:13:33 (GMT) |
commit | 32a569e8771311348306f15644bfa048ee183892 (patch) | |
tree | fff1f3ec6e69c8a91aa812a7b863bbacc2072d79 /Source/CMakeLists.txt | |
parent | 7bc03aa6e24a7120497b639148268d52df3d691d (diff) | |
parent | e2e8f6b132967844a8bafc866d6cb5c90342af08 (diff) | |
download | CMake-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.txt | 4 |
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 |