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
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to