mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
ENH: add real support for Xcode21
This commit is contained in:
14
Source/cmXCode21Object.h
Normal file
14
Source/cmXCode21Object.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef cmXCode21Object_h
|
||||
#define cmXCode21Object_h
|
||||
|
||||
#include "cmXCodeObject.h"
|
||||
|
||||
class cmXCode21Object : public cmXCodeObject
|
||||
{
|
||||
public:
|
||||
cmXCode21Object(PBXType ptype, Type type);
|
||||
virtual void PrintComment(std::ostream&);
|
||||
static void PrintList(std::vector<cmXCodeObject*> const&, std::ostream& out, PBXType t);
|
||||
static void PrintList(std::vector<cmXCodeObject*> const&, std::ostream& out);
|
||||
};
|
||||
#endif
|
||||
Reference in New Issue
Block a user