Opened 14 years ago
Last modified 14 years ago
#361 closed defect
Apple Xcode build environment: CMAKE — at Version 1
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 (last modified by youngk)
Cmake does not copy the source files to the build/src folder for the Xcode build configuration. This happens in all targets.
*EDIT* Cmake does not copy the following files:
src/toluabind/:
ToluaBindCore.h, *Network.h, *Notifications.h, *Orxonox.h, *Pickup.h, *Questsystem.h
src/external/ceguilua/:
lua_CEGUI.cpp
src/libraries/core/:
ToluaBindCore.cc
src/libraries/network/:
ToluaBindNetwork.cc
src/orxonox/:
ToluaBindOrxonox.cc
src/modules/pickup/:
ToluaBindPickup.cc
src/modules/notifications/:
ToluaBindNotifications.cc
src/modules/questsystem/:
ToluaBindQuestsystem.cc
Xcode requires certain source files to be located in a subdirectory of each target that is named after the current build configuration.