diff options
author | Brad King <brad.king@kitware.com> | 2019-10-17 17:54:11 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-10-17 17:54:26 (GMT) |
commit | 5417737fac3b6dce325a1e7b97267f974837da70 (patch) | |
tree | 05fb8661a32db3df6f0fd2c991bdcc154f68fd23 /Source/CMakeLists.txt | |
parent | d61b8921acde5650dbe6d20ec7b77c6f7522c876 (diff) | |
parent | 553658393c0e775efdec6b29b69c1274fb771e83 (diff) | |
download | CMake-5417737fac3b6dce325a1e7b97267f974837da70.zip CMake-5417737fac3b6dce325a1e7b97267f974837da70.tar.gz CMake-5417737fac3b6dce325a1e7b97267f974837da70.tar.bz2 |
Merge topic 'graphviz'
553658393c Graphviz: added test suite, fixes, enhancements
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: slodki <slodki_dom@poczta.onet.pl>
Merge-request: !3766
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index d89a69d..26d2156 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -289,6 +289,8 @@ set(SRCS cmGeneratorExpression.h cmGeneratorTarget.cxx cmGeneratorTarget.h + cmLinkItemGraphVisitor.cxx + cmLinkItemGraphVisitor.h cmGetPipes.cxx cmGetPipes.h cmGlobalCommonGenerator.cxx |