diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2017-02-28 11:08:26 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2017-03-06 21:01:02 (GMT) |
commit | 47dbe9267eea47e7be656da409a9ee8ced691422 (patch) | |
tree | c1e1bb12caba3a4e23497b9056bb6ac10f4535bf /Source/CMakeLists.txt | |
parent | 9662b9efb747192b6825100e5d06fe63c0893484 (diff) | |
download | CMake-47dbe9267eea47e7be656da409a9ee8ced691422.zip CMake-47dbe9267eea47e7be656da409a9ee8ced691422.tar.gz CMake-47dbe9267eea47e7be656da409a9ee8ced691422.tar.bz2 |
Autogen: Add cmQtAutogeneratorCommon class with shared types and functions
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 76b98fc..5f2cbc3 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -344,6 +344,8 @@ set(SRCS cmPropertyDefinitionMap.h cmPropertyMap.cxx cmPropertyMap.h + cmQtAutoGeneratorCommon.cxx + cmQtAutoGeneratorCommon.h cmQtAutoGeneratorInitializer.cxx cmQtAutoGeneratorInitializer.h cmQtAutoGenerators.cxx |