[CMake] Building both make files and visual studio files.

Torsten Martinsen tma at gatehouse.dk
Mon Oct 1 09:42:56 EDT 2007


Josef Karthauser <> wrote:

> Hello again,
>
> I'm wondering what the best way to going about producing make files
> and visual studio files at the same time is.  I want to use nmake to
> build my tree, but want visual studio project files so that the
> developers can continue to with within the visual studio environment,
> which would call the make as an external build tool.

I would recommend to set up CMake to generate .vcproj files, and use
those both for the IDE and for command-line builds (using vcbuild.exe or
devenv.exe).

-Torsten

This e-mail and any files sent with it contain information that may be privileged or confidential and is the property of the GateHouse Group. This information is intended solely for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use the message or any part thereof. If you have received this e-mail in error, please notify the sender immediately, and delete all copies of this message. In accordance with GateHouse Security Policy, e-mails sent or received may be monitored.


More information about the CMake mailing list