diff options
author | Brad King <brad.king@kitware.com> | 2017-04-12 13:05:37 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-04-12 13:05:49 (GMT) |
commit | fddd559406558a2037733e5b760e9dd04e9edfd1 (patch) | |
tree | 0521d5e1805d3197799d7d4e13299bb536a3599e /Source/cmGeneratorTarget.h | |
parent | 80ea73f288ab2ca89ecc3c775a321f01b8598b02 (diff) | |
parent | a2e91af99ddc3e3c38c68be758d05300244bf22b (diff) | |
download | CMake-fddd559406558a2037733e5b760e9dd04e9edfd1.zip CMake-fddd559406558a2037733e5b760e9dd04e9edfd1.tar.gz CMake-fddd559406558a2037733e5b760e9dd04e9edfd1.tar.bz2 |
Merge topic 'vs-refactor-source-loop'
a2e91af9 cmGeneratorTarget: Drop unused GetIDLSources method
a77158b2 VS: Refactor loop over classified sources
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !689
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r-- | Source/cmGeneratorTarget.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h index 00df14b..3b9819d 100644 --- a/Source/cmGeneratorTarget.h +++ b/Source/cmGeneratorTarget.h @@ -118,8 +118,6 @@ public: const std::string& config) const; void GetResxSources(std::vector<cmSourceFile const*>&, const std::string& config) const; - void GetIDLSources(std::vector<cmSourceFile const*>&, - const std::string& config) const; void GetExternalObjects(std::vector<cmSourceFile const*>&, const std::string& config) const; void GetHeaderSources(std::vector<cmSourceFile const*>&, |