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

Reply via email to