summaryrefslogtreecommitdiffstats
path: root/Source/CMakeLists.txt
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2021-06-16 21:09:59 (GMT)
committerKyle Edwards <kyle.edwards@kitware.com>2021-10-27 19:17:23 (GMT)
commitf2a44a8afabe6d0d87f1b5d4acf31b2049a021fd (patch)
treef1630cf49f0372ad7a8d1e7e14ee2d38076cb537 /Source/CMakeLists.txt
parent447fbf061a5f27abbad59a9fc943de4f8351f9fe (diff)
downloadCMake-f2a44a8afabe6d0d87f1b5d4acf31b2049a021fd.zip
CMake-f2a44a8afabe6d0d87f1b5d4acf31b2049a021fd.tar.gz
CMake-f2a44a8afabe6d0d87f1b5d4acf31b2049a021fd.tar.bz2
cmTarget: Add cmFileSet and associated properties
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r--Source/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt
index c8498a9..5e20736 100644
--- a/Source/CMakeLists.txt
+++ b/Source/CMakeLists.txt
@@ -261,6 +261,8 @@ set(SRCS
cmFileLockResult.h
cmFilePathChecksum.cxx
cmFilePathChecksum.h
+ cmFileSet.cxx
+ cmFileSet.h
cmFileTime.cxx
cmFileTime.h
cmFileTimeCache.cxx