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

Reply via email to