I'm currently working on adding a CONFIG keyword to the
add_custom_command() command. I'm not familiar with the code at all.
Right now I'm trying to figure out how CMake handles configurations
for Visual Studio. Are they handled only in the Generate() function?
Or does the configuration step also have knowledge of them? I see in
code that custom commands (for POST_BUILD) are added to
cmTarget::PostBuildCommands. I'm not sure how it knows at this point
which configurations to add the custom command to.

Also as a second request, if there is any documentation online that
describes the overall CMake architecture and workflow, that'd help a
lot! Otherwise, if anyone cares to briefly explain, it might also help
me figure out things more easily.
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to