diff options
author | Brad King <brad.king@kitware.com> | 2020-01-20 16:53:54 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-01-20 16:54:13 (GMT) |
commit | 6a5a23ea929c1ac85cb04dbf125be0f5f54d294c (patch) | |
tree | 715b20ce2aa9a86100efcc91b6169e66b0bb821a /Source/cmQtAutoGenInitializer.h | |
parent | bf3142e2533596de084400c2de4577250ed335c1 (diff) | |
parent | 086d9b2bab926b673bcb88a87a188586e76de3d6 (diff) | |
download | CMake-6a5a23ea929c1ac85cb04dbf125be0f5f54d294c.zip CMake-6a5a23ea929c1ac85cb04dbf125be0f5f54d294c.tar.gz CMake-6a5a23ea929c1ac85cb04dbf125be0f5f54d294c.tar.bz2 |
Merge topic 'autogen_rcc_skip_unity'
086d9b2bab Autogen: Enable SKIP_UNITY_BUILD_INCLUSION on AUTORCC generated files
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Cristian Adam <cristian.adam@gmail.com>
Merge-request: !4237
Diffstat (limited to 'Source/cmQtAutoGenInitializer.h')
-rw-r--r-- | Source/cmQtAutoGenInitializer.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Source/cmQtAutoGenInitializer.h b/Source/cmQtAutoGenInitializer.h index 847e4e5..8cedf14 100644 --- a/Source/cmQtAutoGenInitializer.h +++ b/Source/cmQtAutoGenInitializer.h @@ -129,10 +129,11 @@ private: bool SetupWriteAutogenInfo(); bool SetupWriteRccInfo(); - void RegisterGeneratedSource(std::string const& filename); - bool AddGeneratedSource(std::string const& filename, GenVarsT const& genVars, - bool prepend = false); - bool AddToSourceGroup(std::string const& fileName, + cmSourceFile* RegisterGeneratedSource(std::string const& filename); + cmSourceFile* AddGeneratedSource(std::string const& filename, + GenVarsT const& genVars, + bool prepend = false); + void AddToSourceGroup(std::string const& fileName, cm::string_view genNameUpper); void AddCleanFile(std::string const& fileName); |