diff options
author | Alex Neundorf <neundorf@kde.org> | 2011-08-15 23:45:05 (GMT) |
---|---|---|
committer | Alex Neundorf <neundorf@kde.org> | 2011-08-15 23:45:05 (GMT) |
commit | 50cd6cef925a53dfbbb820ae7343981dcf00f36c (patch) | |
tree | 68eb8f5c223488d644cec17dad2224c0aa09bff9 /Source/cmGlobalGenerator.h | |
parent | cbaac2a587d8457b69d832e2c63de8fb755ec64d (diff) | |
download | CMake-50cd6cef925a53dfbbb820ae7343981dcf00f36c.zip CMake-50cd6cef925a53dfbbb820ae7343981dcf00f36c.tar.gz CMake-50cd6cef925a53dfbbb820ae7343981dcf00f36c.tar.bz2 |
Move automoc processing from add_executable/library to cmGlobalGenerator
Now automoc is enabled by setting the AUTOMOC target property to true,
instead of using the AUTOMOC keyword in add_executable() or add_library()
Alex
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r-- | Source/cmGlobalGenerator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h index b7b1bff..88eb8b6 100644 --- a/Source/cmGlobalGenerator.h +++ b/Source/cmGlobalGenerator.h @@ -282,6 +282,8 @@ protected: virtual bool CheckALLOW_DUPLICATE_CUSTOM_TARGETS(); bool CheckTargets(); + void CreateAutomocTargets(); + // Fill the ProjectMap, this must be called after LocalGenerators // has been populated. |