[CMake] setting Visual Studio solution name

John Drescher drescherjm at gmail.com
Wed Sep 29 11:51:00 EDT 2010


I am not exactly sure what you are doing but on all my CMake projects
I put only 1 target at the root level project. All other subprojects
are in subdirectories of the root target. The CMakeLists for these
subprojects can have project names but this is not needed. The
solution gets the name from the root project.

John


More information about the CMake mailing list