Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use std::cout instead of fprintf | Alex Neundorf | 2010-11-14 | 1 | -2/+3 | |
| | | | | Alex | |||||
* | Enable/disable generating graphs depending on the target type | Alex Neundorf | 2010-11-14 | 1 | -8/+40 | |
| | | | | | | | | | In CMakeGraphVizOptions.cmake you can now set GRAPHVIZ_EXECUTABLES, GRAPHVIZ_STATIC_LIBS, GRAPHVIZ_SHARED_LIBS and GRAPHVIZ_MODULE_LIBS to TRUE or FALSE depending on whether you want graphs for the targets of the respective types. Alex | |||||
* | Move the code for generating dot-files into separate class cmGraphVizWriter | Alex Neundorf | 2010-11-09 | 1 | -0/+370 | |
Alex |