[CMake] INSTALL project disabled by default in visual studio 8 configuration manager

David Larsson laserallan at gmail.com
Tue May 5 10:09:44 EDT 2009


Hi!
I've noticed that the INSTALL project generated in visual studio projects
when using "install" commands in CMakeLists.txt is disabled by default in
the configuration manager.
Is it possible to make it enabled by default so I don't have to install it
explicitly after each build?
The background for the problem is that I want to copy some headers,
libraries and dll's to a directory after each build.
If installation is something that's generally considered too heavy to be
done after each build, is there a good way of expressing file copying in a
platform independent way so I can work around it manually?

Cheers
/David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20090505/58dd73d8/attachment.htm>


More information about the CMake mailing list