[CMake] VS Project environment settings

Ben Medina ben.medina at gmail.com
Fri Jan 14 12:24:28 EST 2011


These settings are stored in a separate "user" file, rather than in
the main vc[x]proj file. So one solution is to have CMake create the
user file for you with whatever settings you want. We are doing this
via configure_file, using a generic user file as a template.

- Ben

On Tue, Jan 11, 2011 at 9:40 AM, Marco Nolden
<m.nolden at dkfz-heidelberg.de> wrote:
> Hi,
>
> with the new external project support in CMake it is very easy to build
> complex projects in one run, but it is still complicated to resolve the
> different library paths on windows. There is a bug in the Cmake bugtracker
> describing the problem very well, and as somebody pointed out it also
> affects IDEs on other platforms:
>
>  http://www.cmake.org/Bug/view.php?id=8884
>
> Is this still on the todo list? Does anyone know another solution to start
> debug and release versions from Visual Studio when multiple external
> projects are used?
>
> Best,
>
> Marco
>
> _______________________________________________
> 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