Hi

A single VS .vcproj file can have both debug and release configurations.
How can I produce that sort of project file with CMake?
Would calling CMake twice, setting CMAKE_BUILD_TYPE differently each time, do the magic?
Hi,

I don't understand your question, by default CMake generates .vcproj files with the following configurations: Debug;Release;MinSizeRel;RelWithDebInfo So you don't have to do anything to get them into your Visual Studio project.

--Sylvain
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to