Re: [CMake] One folder to rule them all...
you could just name the project "__MasterProject" which would filter it to the top of the list. ;-) _ Mike Jackson mike.jack...@bluequartz.net BlueQuartz Softwarewww.bluequartz.net Principal Software Engine
[CMake] One folder to rule them all...
I would like the following [pseudo] CMake package to create a "Solution.sln" in ${CMAKE_BINARY_DIR} and put the .vcproj files in ${CMAKE_BINARY_DIR}/${VCPROJ_DIR} project (Solution) add_library(library1 foo1.cpp) # ... add_library(library9 foo9.cpp) add_executable(target1 ta