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
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to