1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-11 17:13:37 +02:00

Generate a picture of module dependencies at configure time

This commit is contained in:
Paul Licameli
2020-10-17 05:26:15 -04:00
committed by Leland Lucius
parent 1f6efefdf6
commit 5844b2090a
4 changed files with 62 additions and 7 deletions

View File

@@ -15,3 +15,5 @@ if( NOT CMAKE_SYSTEM_NAME MATCHES "Darwin" )
endif()
endif()
#propagate collected edges up to root CMakeLists.txt
set( GRAPH_EDGES "${GRAPH_EDGES}" PARENT_SCOPE )