On 6/28/07, Sylvain Benner <[EMAIL PROTECTED]> wrote:
Jon W a écrit :
> Is there a way to have more than one level of folders in Visual Studio
> projects?

Try this :

For your foo project
SOURCE_GROUP("Source Files/Dir1" FILES source1.h source1.cpp ...)
or
SOURCE_GROUP("Source Files\\Dir1" FILES source1.h source1.cpp ...)

-Sylvain


The following code worked perfectly:

 SOURCE_GROUP("Source Files\\Dir1" FILES source1.h source1.cpp ...)

Thank you,
Jon
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to