1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-06 14:52:34 +02:00
audacity/modules/CMakeLists.txt
Leland Lucius 30dbdf40a9 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.
2020-05-24 16:21:26 -05:00

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 )