mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-23 08:18:37 -05:00
cmGlobalXCodeGenerator: Adopt pbxproj object id generation
This commit is contained in:
@@ -4,11 +4,12 @@
|
||||
|
||||
#include <ostream>
|
||||
#include <string>
|
||||
#include <utility>
|
||||
|
||||
#include "cmSystemTools.h"
|
||||
|
||||
cmXCode21Object::cmXCode21Object(PBXType ptype, Type type)
|
||||
: cmXCodeObject(ptype, type)
|
||||
cmXCode21Object::cmXCode21Object(PBXType ptype, Type type, std::string id)
|
||||
: cmXCodeObject(ptype, type, std::move(id))
|
||||
{
|
||||
this->Version = 21;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user