[CMake] Specifying Post-build step in CMakeLists.txt

Sylvain Benner benner at virtools.com
Fri Feb 8 05:17:29 EST 2008


> In Visual Studio project properties, we can specify the ‘Post-build 
> step’ in Project settings. Can these settings be made in CMakeLists.txt?
>
Yes it can be achieved with the command ADD_CUSTOM_COMMAND
The full documentation of the commands can be found online here: 
http://www.cmake.org/HTML/Documentation.html

--Sylvain


More information about the CMake mailing list