[CMake] VS project file structure

Joshua Jensen jjensen at workspacewhiz.com
Thu May 31 02:27:23 EDT 2007


Christoph John wrote:
> I am using cmake to generate visual studio 8.0 makefiles. Currently the sources per project are displayed in two sections in VS in a Header and Source section. Now my question:  Can I define a own section structure where the sources should be displayed in and how can I do that?
>   
Yep.

SOURCE_GROUP("Resource Files" FILES App.rc App.ico resource.h)

Josh


More information about the CMake mailing list