diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-09-26 17:05:00 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-09-29 13:56:23 (GMT) |
commit | 59a729b2be6614427f3fd74f60412f17e6618d30 (patch) | |
tree | ea64675f3b79c54539d8519a4e54d007f5e4c7a7 /Source/CMakeLists.txt | |
parent | 1e83a963d8983f09f5fe6fbf7d268f920b4ed7d0 (diff) | |
download | CMake-59a729b2be6614427f3fd74f60412f17e6618d30.zip CMake-59a729b2be6614427f3fd74f60412f17e6618d30.tar.gz CMake-59a729b2be6614427f3fd74f60412f17e6618d30.tar.bz2 |
QtAutogen: Split initializer class into separate file.
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 e2a7ff2..ae5b03f 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -327,6 +327,8 @@ set(SRCS cmPropertyDefinitionMap.h cmPropertyMap.cxx cmPropertyMap.h + cmQtAutoGeneratorInitializer.cxx + cmQtAutoGeneratorInitializer.h cmQtAutoGenerators.cxx cmQtAutoGenerators.h cmRST.cxx |