diff options
author | Stephen Kelly <steveire@gmail.com> | 2016-10-09 08:34:50 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2016-10-15 09:25:12 (GMT) |
commit | bdddd4234e977f65ee7df8adcd3888706dfd0dda (patch) | |
tree | 9cdf9c31ffa3a0f42aa0590e584ad7ae441fc382 /Source/CMakeLists.txt | |
parent | f796e1b6f6984b200453a13e6b8640353ff9488b (diff) | |
download | CMake-bdddd4234e977f65ee7df8adcd3888706dfd0dda.zip CMake-bdddd4234e977f65ee7df8adcd3888706dfd0dda.tar.gz CMake-bdddd4234e977f65ee7df8adcd3888706dfd0dda.tar.bz2 |
cmRulePlaceholderExpander: Extract from cmLocalGenerator
Implement cmLocalGenerator::ExpandRuleVariables in terms of the new
class for source compatibility and to reduce diff noise in this commit.
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 048667a..7d82a51 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -309,6 +309,8 @@ set(SRCS cmLocalCommonGenerator.h cmLocalGenerator.cxx cmLocalGenerator.h + cmRulePlaceholderExpander.cxx + cmRulePlaceholderExpander.h cmLocalUnixMakefileGenerator3.cxx cmLocale.h ${MACH_SRCS} |