Skip to content

Commit ad0452a

Browse files
committed
Show custom targets in dependency graphs
The dependency graphs can be generated using this command: cmake --graphviz=ssg.dot .. The graphs can be configured by the CMakeGraphVizOptions.cmake file. See https://cmake.org/cmake/help/latest/module/CMakeGraphVizOptions.html
1 parent fd434ae commit ad0452a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeGraphVizOptions.cmake

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
set(GRAPHVIZ_CUSTOM_TARGETS TRUE)

0 commit comments

Comments
 (0)