diff options
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r-- | Source/cmGeneratorTarget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h index d93b052..976cac4 100644 --- a/Source/cmGeneratorTarget.h +++ b/Source/cmGeneratorTarget.h @@ -40,6 +40,8 @@ public: std::vector<cmSourceFile*> OSXContent; std::string ModuleDefinitionFile; + std::map<cmSourceFile const*, std::string> Objects; + private: void ClassifySources(); |