mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-23 23:49:02 -06:00
cmGlobalXCodeGenerator: Adopt pbxproj object id generation
This commit is contained in:
@@ -57,7 +57,7 @@ public:
|
||||
};
|
||||
static const char* PBXTypeNames[];
|
||||
virtual ~cmXCodeObject();
|
||||
cmXCodeObject(PBXType ptype, Type type);
|
||||
cmXCodeObject(PBXType ptype, Type type, std::string id);
|
||||
Type GetType() const { return this->TypeValue; }
|
||||
PBXType GetIsA() const { return this->IsA; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user