summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-03-08 20:54:40 (GMT)
committerBrad King <brad.king@kitware.com>2017-03-09 21:24:27 (GMT)
commit1e0a9ac45d51e0076222026b9c44604b287a6eae (patch)
treea4e19e5ace29e72b0f5df4bd5fe9e6f06efc1c96 /Source/cmGeneratorTarget.h
parent0a312e2271710554f8e73518dc4b28bd1d0d1d7a (diff)
downloadCMake-1e0a9ac45d51e0076222026b9c44604b287a6eae.zip
CMake-1e0a9ac45d51e0076222026b9c44604b287a6eae.tar.gz
CMake-1e0a9ac45d51e0076222026b9c44604b287a6eae.tar.bz2
Refactor module definition source enumeration
Add a `cmGeneratorTarget::GetModuleDefinitionSources` method.
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r--Source/cmGeneratorTarget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h
index e72e0a6..ea36e16 100644
--- a/Source/cmGeneratorTarget.h
+++ b/Source/cmGeneratorTarget.h
@@ -77,6 +77,8 @@ public:
bool HasExplicitObjectName(cmSourceFile const* file) const;
void AddExplicitObjectName(cmSourceFile const* sf);
+ void GetModuleDefinitionSources(std::vector<cmSourceFile const*>&,
+ const std::string& config) const;
void GetResxSources(std::vector<cmSourceFile const*>&,
const std::string& config) const;
void GetIDLSources(std::vector<cmSourceFile const*>&,