diff options
author | Brad King <brad.king@kitware.com> | 2015-06-08 14:34:55 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-06-08 14:34:55 (GMT) |
commit | c8997d1b32c866b9f45c3af51e4abc431ca2ebc7 (patch) | |
tree | d53aa747eb5f438cfca6731d23355569c5cc6af9 /Source/CMakeLists.txt | |
parent | 25136d73945f9e0a6fbfc4abfde61e4dbd10e6c6 (diff) | |
parent | 4e5c70abe27997f17318cc6aca38eeddec486798 (diff) | |
download | CMake-c8997d1b32c866b9f45c3af51e4abc431ca2ebc7.zip CMake-c8997d1b32c866b9f45c3af51e4abc431ca2ebc7.tar.gz CMake-c8997d1b32c866b9f45c3af51e4abc431ca2ebc7.tar.bz2 |
Merge topic 'extract-cmLinkedTree'
4e5c70ab cmState: Extract a cmLinkedTree container adaptor.
7b9c7586 cmState: Group BuildsystemDirectory state together in a struct.
1b323949 cmState: Extend Snapshot concept with a SnapshotType.
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 a7adb51..e8d5107 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -281,6 +281,7 @@ set(SRCS cmInstallTargetGenerator.cxx cmInstallDirectoryGenerator.h cmInstallDirectoryGenerator.cxx + cmLinkedTree.h cmListFileCache.cxx cmListFileCache.h cmListFileLexer.c |