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:
5
modules/CMakeLists.txt
Normal file
5
modules/CMakeLists.txt
Normal 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 )
|
||||
Reference in New Issue
Block a user