On Wednesday 11 September 2013, Sankar P wrote: > Hi, > > Two questions. > > I found the `cmake --graphviz=<somename>.out ` to be extremely useful. > However, is it possible to generate a .dia file instead of a .out file > ? I see that graphviz has removed support for .dia export and that is > probably the reason why this is not working. But is there any other > way to generate a .dia file from a CMake based project ? I ask this > because the dot files are not edit friendly and even the lefty tool is > very rudimentary. I will prefer to use Dia. Suppose if I am interested > in contributing this as a patch, if it is not available, can someone > show a pointer on where I should start looking for cmake dependency > graph related things ?
Most of the code is in Source/cmGraphVizWriter.cxx Alex -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
