summaryrefslogtreecommitdiffstats
path: root/Source/cmGraphVizWriter.h
diff options
context:
space:
mode:
authorJoel T. Frederico <joelfrederico@gmail.com>2017-12-09 05:27:24 (GMT)
committerBrad King <brad.king@kitware.com>2017-12-14 13:03:02 (GMT)
commit9b4d31dc771f630961d903df318f1539ddd955d1 (patch)
tree43ae9d55511e53b6e4273f9a946023e47047a3c0 /Source/cmGraphVizWriter.h
parent166bf4c490b8f46eca057fc23c3f3c2e042e9cb3 (diff)
downloadCMake-9b4d31dc771f630961d903df318f1539ddd955d1.zip
CMake-9b4d31dc771f630961d903df318f1539ddd955d1.tar.gz
CMake-9b4d31dc771f630961d903df318f1539ddd955d1.tar.bz2
cmGraphVizWriter: Updated to create and follow dependers for interface targets
Generating graphs of dependencies now uses interface targets, but graphs of dependers did not include interface targets.
Diffstat (limited to 'Source/cmGraphVizWriter.h')
-rw-r--r--Source/cmGraphVizWriter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGraphVizWriter.h b/Source/cmGraphVizWriter.h
index 824999b..ac20da9 100644
--- a/Source/cmGraphVizWriter.h
+++ b/Source/cmGraphVizWriter.h
@@ -79,6 +79,7 @@ protected:
bool GenerateForStaticLibs;
bool GenerateForSharedLibs;
bool GenerateForModuleLibs;
+ bool GenerateForInterface;
bool GenerateForExternals;
bool GeneratePerTarget;
bool GenerateDependers;