Opened 14 years ago
Last modified 14 years ago
#361 closed defect
Apple Xcode build environment: CMAKE — at Initial Version
Reported by: | youngk | Owned by: | nobody |
---|---|---|---|
Priority: | critical | Milestone: | Version 0.1 Codename: Arcturus |
Component: | Cmake | Version: | 0.0.4 |
Keywords: | Xcode, CMAKE, Apple, Mac | Cc: | |
Referenced By: | References: |
Description
Cmake does not copy the source files to the build/src folder for the Xcode build configuration. This happens in all targets.
What CMAKE does: It copies *some* of the source files to their respective destination targets, but not all. Additionally, it copies them to the wrong folder. E.g.: it copies to "trunk/build/src/external/ceguilua" instead of "trunk/build/src/external/ceguilua/Debug".
Xcode requires certain or all (I'm not quite sure) source files to be located in a subdirectory of each target that is named after the current build configuration.
Note: See
TracTickets for help on using
tickets.