CREATE_PROJECT: Output Groups and File references in XCode provider
This commit is contained in:
parent
4cee0836c9
commit
67751f77c8
3 changed files with 46 additions and 24 deletions
|
@ -317,6 +317,14 @@ public:
|
|||
*/
|
||||
void createProject(const BuildSetup &setup);
|
||||
|
||||
/**
|
||||
* Returns the last path component.
|
||||
*
|
||||
* @param path Path string.
|
||||
* @return Last path component.
|
||||
*/
|
||||
static std::string getLastPathComponent(const std::string &path);
|
||||
|
||||
protected:
|
||||
const int _version; ///< Target project version
|
||||
StringList &_globalWarnings; ///< Global warnings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue