mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-06 14:52:34 +02:00
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.
6 lines
139 B
CMake
6 lines
139 B
CMake
# Include the modules that we'll build
|
|
|
|
add_subdirectory( mod-null )
|
|
add_subdirectory( mod-nyq-bench )
|
|
add_subdirectory( mod-script-pipe )
|