1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-02 06:40:12 +01:00

Cleaning up lib-src

FileDialog goes into audacity/src/widgets and the mod-* directories go into
audacity/modules.

This leaves nothing in lib-src that isn't a 3rd-party libs or supporting
files.
This commit is contained in:
Leland Lucius
2020-05-24 16:21:26 -05:00
parent bf8387327e
commit 30dbdf40a9
73 changed files with 12788 additions and 0 deletions

5
modules/CMakeLists.txt Normal file
View File

@@ -0,0 +1,5 @@
# Include the modules that we'll build
add_subdirectory( mod-null )
add_subdirectory( mod-nyq-bench )
add_subdirectory( mod-script-pipe )