mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-15 12:13:24 +00:00
f574cd798f
- includes are now sorted in consistent, logical order; first step in an attempt to fix the tomfoolery (no relation to Tom) brought in by include-what-you-use - shuffled around some cmake linking to simplify dependency graph - superfluous files removed
5 lines
204 B
CMake
5 lines
204 B
CMake
set(GRAPHVIZ_GRAPH_NAME "graph.dot" CACHE STRING "")
|
|
set(GRAPHVIZ_GENERATE_PER_TARGET FALSE CACHE BOOL "")
|
|
set(GRAPHVIZ_GENERATE_DEPENDERS FALSE CACHE BOOL "")
|
|
set(GRAPHVIZ_OBJECT_LIBS OFF CACHE BOOL "")
|