[CMake] Custom Build Steps in VC6/VC7

Brad King brad.king at kitware.com
Tue Mar 1 09:33:01 EST 2005


Michael Seydl wrote:
> i'd like to know if it's possible to generate custom build steps(e.g. 
> copying dlls,...) which are visible in the specific dsp or vcproj, 
> exactly as it is when you are setting up a custom build step by hand?

See the ADD_CUSTOM_COMMAND command documented here:

http://www.cmake.org/HTML/Documentation.html

or by "cmake --help-command ADD_CUSTOM_COMMAND".  You'll want to use the 
POST_BUILD version of the command.

-Brad


More information about the CMake mailing list