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
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