Feature #546
Update CMake to use SOURCE_GROUPS for MSVC Developers
Status: | Validated | Start date: | 05/15/2009 | ||
---|---|---|---|---|---|
Priority: | Normal | Due date: | |||
Assignee: | sfb | % Done: | 30% |
||
Category: | Build | ||||
Target version: | - | Estimated time: | 40.00 hours |
Description
Currently the CMake build environment uses a FILE GLOB to load all source files. This produces a very large Source and Headers group for some libraries and applications when using an IDE such as Visual Studio. We will need to remove the FILE GLOB and explicitly list each of the files and the group that they are in.
History
#1 Updated by kervala almost 8 years ago
- Project changed from NeL to Ryzom
- Category changed from Build to Build
- Target version deleted (
0.8.0)
#2 Updated by kervala almost 8 years ago
- Status changed from New to Validated
- % Done changed from 0 to 30
This has already be done for Ryzom client, EGS and NeL 3D :)