diff options
Diffstat (limited to 'Source/cmXCodeObject.h')
-rw-r--r-- | Source/cmXCodeObject.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmXCodeObject.h b/Source/cmXCodeObject.h index 8db8f45..04d1f93 100644 --- a/Source/cmXCodeObject.h +++ b/Source/cmXCodeObject.h @@ -16,6 +16,7 @@ public: PBXApplicationReference, PBXExecutableFileReference, PBXLibraryReference, PBXToolTarget, PBXLibraryTarget, PBXAggregateTarget,XCBuildConfiguration,XCConfigurationList, + PBXCopyFilesBuildPhase, None }; class StringVec: public std::vector<cmStdString> {}; |