I want my project name in Visual Studio to be different than the executable name. This is how I currently have it set up:
project( ABC ) ... add_executable( def ) When I open the solution, the project name is "def", but I want it to be ABC (with the corresponding ABC.vcproj project file output). Is there a way to do this? I am using cmake version 2.8.6 and Visual Studio 9. Thanks, Cristian
-- 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