Opened 14 years ago
Closed 14 years ago
#361 closed defect (fixed)
Apple Xcode build environment: CMAKE
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.
Change History (2)
comment:1 Changed 14 years ago by youngk
- Description modified (diff)
comment:2 Changed 14 years ago by youngk
- Resolution set to fixed
- Status changed from new to closed