ENH: Add copy stages for bundle files

This commit is contained in:
Andy Cedilnik
2006-03-29 15:02:35 -05:00
parent 4fd3292d04
commit 32ec28ad00
3 changed files with 45 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ public:
PBXApplicationReference, PBXExecutableFileReference,
PBXLibraryReference, PBXToolTarget, PBXLibraryTarget,
PBXAggregateTarget,XCBuildConfiguration,XCConfigurationList,
PBXCopyFilesBuildPhase,
None
};
class StringVec: public std::vector<cmStdString> {};