diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-05-22 22:04:09 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-06-04 19:20:59 (GMT) |
commit | 4e5c70abe27997f17318cc6aca38eeddec486798 (patch) | |
tree | eab39770417cd872531c202b0781056984475afd /Source/CMakeLists.txt | |
parent | 7b9c75860d25479a153831740d289e8aca540f4d (diff) | |
download | CMake-4e5c70abe27997f17318cc6aca38eeddec486798.zip CMake-4e5c70abe27997f17318cc6aca38eeddec486798.tar.gz CMake-4e5c70abe27997f17318cc6aca38eeddec486798.tar.bz2 |
cmState: Extract a cmLinkedTree container adaptor.
This will be used to contain most of the content of the cmState
in several different trees. Refer to the BuildsystemDirectory
state from the SnapshotData state. Currently these trees have
the same structure, but that will change when we have more snapshot
types.
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 |