mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
ENH: xcode almost working for simple exe, but not yet
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#include "cmXCodeObject.h"
|
||||
#include "cmSystemTools.h"
|
||||
|
||||
const char* cmXCodeObject::PBXTypeNames[] = {
|
||||
"PBXGroup", "PBXBuildStyle", "PBXProject", "PBXHeadersBuildPhase",
|
||||
"PBXSourcesBuildPhase", "PBXFrameworksBuildPhase", "PBXNativeTarget",
|
||||
@@ -17,6 +19,7 @@ cmXCodeObject::cmXCodeObject(PBXType ptype, Type type)
|
||||
str << (void*)this;
|
||||
str << (void*)this;
|
||||
m_Id = str.str();
|
||||
cmSystemTools::ReplaceString(m_Id, "0x", "");
|
||||
m_Type = type;
|
||||
if(m_Type == OBJECT)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user