1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-12 23:55:50 +01:00

Add sc4 plug-in to CMake build for Windows and Mac

This commit is contained in:
Leland Lucius
2020-02-27 00:52:34 -06:00
parent 9573f49df0
commit 5d62cdbd1e
11 changed files with 1425 additions and 0 deletions

View File

@@ -547,6 +547,11 @@ add_subdirectory( "cmake-proxies/mod-null" )
add_subdirectory( "cmake-proxies/mod-nyq-bench" )
add_subdirectory( "cmake-proxies/mod-script-pipe" )
# Only need the sc4_1882 Ladspa plug-in on Windows and Mac
if( CMAKE_SYSTEM_NAME MATCHES "Windows|Darwin" )
add_subdirectory( "cmake-proxies/ladspa-plugins" )
endif()
# Uncomment what follows for symbol values.
#[[
get_cmake_property(_variableNames VARIABLES)