|
@@ -35,7 +35,7 @@ public:
|
|
|
void GetObjectSources(std::vector<cmSourceFile*> &) const;
|
|
void GetObjectSources(std::vector<cmSourceFile*> &) const;
|
|
|
const std::string& GetObjectName(cmSourceFile const* file);
|
|
const std::string& GetObjectName(cmSourceFile const* file);
|
|
|
|
|
|
|
|
- void AddObject(cmSourceFile *sf, std::string const&name);
|
|
|
|
|
|
|
+ void AddObject(cmSourceFile const* sf, std::string const&name);
|
|
|
bool HasExplicitObjectName(cmSourceFile const* file) const;
|
|
bool HasExplicitObjectName(cmSourceFile const* file) const;
|
|
|
void AddExplicitObjectName(cmSourceFile* sf);
|
|
void AddExplicitObjectName(cmSourceFile* sf);
|
|
|
|
|
|