[CMake] One folder to rule them all...
Mike Jackson
mike.jackson at bluequartz.net
Wed Mar 24 21:02:03 EDT 2010
you could just name the project "__MasterProject" which would filter
it to the top of the list. ;-)
_________________________________________________________
Mike Jackson mike.jackson at bluequartz.net
BlueQuartz Software www.bluequartz.net
Principal Software Engineer Dayton, Ohio
On Wed, Mar 24, 2010 at 8:24 PM, Oliver Smith <osmith at playnet.com> wrote:
> 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 target1.cpp)
> # ...
> add_executable(target27 target27.cpp)
>
> I do realize that when your fellow coders "can't find the solution file" in
> a directory window because it has a scroll bar that you should be spending
> time on your resume rather than 'accept'ing the trouble ticket... <chuckle>
>
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the CMake FAQ at:
> http://www.cmake.org/Wiki/CMake_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.cmake.org/mailman/listinfo/cmake
>
More information about the CMake
mailing list