You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.
Our CMake buildsystem was growing pretty big over the years and for a proper documentation I would love to have a tool at hand, that I can visualize the different processes with that are going on during configuration of the build directory. I think Sourcetrail might be the right tool for this and it is already supporting C which might make it easier to adopt to a C-like syntax of CMake.
GraphViz output is pretty limited in that regards and it shows you just the connections between different libs. Would still prefer how the functions in itself are connected and which functions call which cmake module etc.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Our CMake buildsystem was growing pretty big over the years and for a proper documentation I would love to have a tool at hand, that I can visualize the different processes with that are going on during configuration of the build directory. I think Sourcetrail might be the right tool for this and it is already supporting
C
which might make it easier to adopt to a C-like syntax of CMake.ref.: CoatiSoftware/SourcetrailDB#30
The text was updated successfully, but these errors were encountered: