Skip to content

Commit

Permalink
Show custom targets in dependency graphs
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jan-cerny committed Oct 20, 2021
1 parent fd434ae commit ad0452a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeGraphVizOptions.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
set(GRAPHVIZ_CUSTOM_TARGETS TRUE)

0 comments on commit ad0452a

Please sign in to comment.