Closed wweic closed 11 years ago
Should we add cmake generated projects to the source control? Maybe it's better to let users generate the projects for themselves? Otherwise, project files may lag behind cmake files.
Also, we can have a 'release' version of the source code. We can have a script to generate all supported project files (vs, xcode, cdt, etc.).
i think so,but cmake file generated project's structure is too complicated,i could't find a good way。 so i create a project by myself。
发自我的 iPod
在 2013-3-24,上午12:53,Jianfei Wang notifications@github.com 写道:
Should we add cmake generated projects to the source control? Maybe it's better to let users generate the projects for themselves? Otherwise, project files may lag behind cmake files.
Also, we can have a 'release' version of the source code. We can have a script to generate all supported project files (vs, xcode, cdt, etc.).
— Reply to this email directly or view it on GitHub.
Good. Then let's make sure both versions (CMake and XCode) are up to date.
On Sun, Mar 24, 2013 at 12:57 AM, Wei Chen notifications@github.com wrote:
i think so,but cmake file generated project's structure is too complicated,i could't find a good way。 so i create a project by myself。
发自我的 iPod
在 2013-3-24,上午12:53,Jianfei Wang notifications@github.com 写道:
Should we add cmake generated projects to the source control? Maybe it's better to let users generate the projects for themselves? Otherwise, project files may lag behind cmake files.
Also, we can have a 'release' version of the source code. We can have a script to generate all supported project files (vs, xcode, cdt, etc.).
— Reply to this email directly or view it on GitHub.
— Reply to this email directly or view it on GitHubhttps://github.com/THUKEG/saedb/pull/6#issuecomment-15340412 .
Actually Xcode project just keeps reference to source code, it is always updated.
I mean, when source codes are added or directory structures are changed, CMake files and XCode project need to be updated at the same time.
On Sun, Mar 24, 2013 at 1:10 AM, Wei Chen notifications@github.com wrote:
Actually Xcode project just keeps reference to source code, it is always updated.
— Reply to this email directly or view it on GitHubhttps://github.com/THUKEG/saedb/pull/6#issuecomment-15340629 .
I see. This rule should be enforced for all developers.
You may check this on PULL REQUESTS as I don't have xcode access.
On Sun, Mar 24, 2013 at 6:17 PM, Wei Chen notifications@github.com wrote:
I see. This rule should be enforced for all developers.
— Reply to this email directly or view it on GitHubhttps://github.com/THUKEG/saedb/pull/6#issuecomment-15354169 .