1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-15 15:11:12 +02:00
Files
audacity/libraries/CMakeLists.txt
2021-05-18 00:12:44 -04:00

14 lines
351 B
CMake

# Include the libraries that we'll build
# The list of modules is ordered so that each library occurs after any others
# that it depends on
set( LIBRARIES
)
foreach( LIBRARY ${LIBRARIES} )
add_subdirectory("${LIBRARY}")
endforeach()
set( GRAPH_EDGES "${GRAPH_EDGES}" PARENT_SCOPE )
set( AUDACITY_LIBRARIES "${AUDACITY_LIBRARIES}" PARENT_SCOPE )