Skip to content

Commit

Permalink
Add GraphViz options
Browse files Browse the repository at this point in the history
  • Loading branch information
rbx committed Oct 22, 2019
1 parent 459d939 commit 92655f4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CMakeGraphVizOptions.cmake
@@ -0,0 +1,14 @@
set(GRAPHVIZ_GRAPH_TYPE digraph)
set(GRAPHVIZ_GRAPH_NAME FairRoot)
set(GRAPHVIZ_EXECUTABLES OFF)
set(GRAPHVIZ_STATIC_LIBS OFF)
set(GRAPHVIZ_SHARED_LIBS ON)
set(GRAPHVIZ_MODULE_LIBS OFF)
set(GRAPHVIZ_GENERATE_PER_TARGET OFF)
set(GRAPHVIZ_GENERATE_DEPENDERS OFF)
# set(GRAPHVIZ_IGNORE_TARGETS
# "fairmq-ex.*"
# "testsuite_.*"
# "testhelper_.*"
# "FairMQPlugin_test_dummy"
# )

0 comments on commit 92655f4

Please sign in to comment.