diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-29 20:02:35 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-29 20:02:35 (GMT) |
commit | 32ec28ad00bdb31eddce4dd5f91c414a35b7efa0 (patch) | |
tree | 50fc438dfd3f3af055fab137a22dea989b7d3ae4 /Source/cmXCodeObject.h | |
parent | 4fd3292d04a8d6934d2d821767bf26baf7deaa90 (diff) | |
download | CMake-32ec28ad00bdb31eddce4dd5f91c414a35b7efa0.zip CMake-32ec28ad00bdb31eddce4dd5f91c414a35b7efa0.tar.gz CMake-32ec28ad00bdb31eddce4dd5f91c414a35b7efa0.tar.bz2 |
ENH: Add copy stages for bundle files
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> {}; |